ancient greek module and footnote fontsize problem
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
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
Thanks, Thomas. That’s got it nicely. Best, Alan On Mon, Jul 16, 2012 at 2:56 PM, Thomas A. Schmitz < thomas.schmitz@uni-bonn.de> wrote:
On 07/16/2012 03:05 PM, Alan Bowen wrote:
The following code fails to produce greek in the footnotes.
\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 ______________________________**______________________________** _______________________ 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 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/http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________**______________________________** _______________________
participants (2)
-
Alan Bowen
-
Thomas A. Schmitz