[NTG-context] Selectfont module and bodyfont size in footnotes

2014-03-16 Thread 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?

Alan
___
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
___

Re: [NTG-context] Selectfont module and bodyfont size in footnotes

2014-03-16 Thread Wolfgang Schuster

Am 16.03.2014 um 19:39 schrieb Alan Bowen bowenala...@gmail.com:

 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
___


Re: [NTG-context] Selectfont module and bodyfont size in footnotes

2014-03-16 Thread Alan Bowen
Uggh. But thanks, Wolfgang.


On Sun, Mar 16, 2014 at 3:59 PM, Wolfgang Schuster 
schuster.wolfg...@gmail.com wrote:


 Am 16.03.2014 um 19:39 schrieb Alan Bowen bowenala...@gmail.com:

  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

 ___

___
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
___