On 12/08/2011 11:27 AM, Andreas Harder wrote:
On 08.12.2011, at 10:56, Verhaag, G.C.H.M. wrote:
Hi ConTeXt user's,
A few days ago I installed the latest ConTeXt version but now my oldstyle settings don't seem to work any more!
I use the following settings in my preamble:
\usetypescript[schola] \setupbodyfont[schola,10pt]
\definefontfeature [oldstyle] [default] [onum=yes] \addff{oldstyle}
Hi,
you can play with my example. It seems "script=auto" (default) is not that robust. Setting it to "latn" or "dflt" should help.
\definefontfeature [default] [default] [script=latin] \definefontfeature [osf] [onum=yes] \definefontfeature [oldstyle][default] [onum=yes]
\definealternativestyle [osf] [\addff{osf}] [\addff{osf}]
\setuphead[section][style=osf]
\setupbodyfont[schola]
....
Hi, Thanks for the tips! I changed [default] into [latn], which brought back the oldstyle numerals! By the way, I think I used a version from last August before upgrading. Regards, Gerard Verhaag