On 07/16/2012 03:05 PM, Alan Bowen wrote:
The following code fails to produce greek in the footnote.
\usemodule[ancientgreek] [font=GreekOldStandard,scale=1.00,altfont=GreekLibertine,scale=0.95]
\def\grk{\localgreek}
\setupnote[footnote][way=bypage,conversion=numbers]
\setupnote[footnote][location=page, rule=on, bodyfont=9.5pt, style=normal ]
\starttext \grk{ἄλφα} lorem ipsum\footnote{lorem ipsm dolor \grk{βῆτα}} \stoptext
The problem seems to be “bodyfont=9.5pt”. If this line is commented out, the greek appears as it should.
Is this a bug or is there another way to set the fontsize in footnotes to 9.5 pts?
Alan
Add this to your file: \starttypescript [serif] [default] [size] \definebodyfont [9.5pt] [rm] [default] \stoptypescript \definebodyfontenvironment[9.5pt] Thomas