13 Jun
2007
13 Jun
'07
10:47 a.m.
2007/6/13, zs
Here is the example:
\usetypescript[modern] \definetypeface [def] [latin-modern] [default] \setupbodyfont[modern] \starttext Hello world!\switchtobodyfont[def]Hello world! \stoptext
Result(pdf) is attached.
ZS
Hi, the problem is your definetypeface definition. Replace your current one with the next one: \definetypeface[def][rm][serif][latin-modern][default][encoding=texnansi] Wolfgang