Selectfont module and bodyfont size in footnotes
The following minimal example \definefontfamily[mainface][serif][TeX Gyre Termes Serif] \setupbodyfont[mainface,15pt] \setupnotes[footnote][bodyfont={mainface,12pt}] \starttext text\footnote{Still more} and more text\footnote{And then again} \stoptext gets the size of the first note at 12 pt but sets the second at 15pt. How can I fix this? Alan
Am 16.03.2014 um 19:39 schrieb Alan Bowen
The following minimal example
\definefontfamily[mainface][serif][TeX Gyre Termes Serif]
\setupbodyfont[mainface,15pt]
\setupnotes[footnote][bodyfont={mainface,12pt}]
\starttext
text\footnote{Still more} and more text\footnote{And then again}
\stoptext
gets the size of the first note at 12 pt but sets the second at 15pt. How can I fix this?
You have to use the right name of the font, i.e. \definefontfamily[mainface][serif][TeX Gyre Termes] Wolfgang
Uggh. But thanks, Wolfgang. On Sun, Mar 16, 2014 at 3:59 PM, Wolfgang Schuster < schuster.wolfgang@gmail.com> wrote:
Am 16.03.2014 um 19:39 schrieb Alan Bowen
: The following minimal example
\definefontfamily[mainface][serif][TeX Gyre Termes Serif]
\setupbodyfont[mainface,15pt]
\setupnotes[footnote][bodyfont={mainface,12pt}]
\starttext
text\footnote{Still more} and more text\footnote{And then again}
\stoptext
gets the size of the first note at 12 pt but sets the second at 15pt. How can I fix this?
You have to use the right name of the font, i.e. \definefontfamily[mainface][serif][TeX Gyre Termes]
Wolfgang
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
participants (2)
-
Alan Bowen
-
Wolfgang Schuster