Changes

Jump to navigation Jump to search
m
Added example of using times with lm (from Thomas Schmitz email on the mailing list)
\stoptext
</texcode>
 
== Examples of mixing typefaces ==
Suppose you want
* For normal text use the Times-Roman font
* For math's use a different font, i.e. Latin Modern
 
then use
 
<texcode>
\usetypescript[modern]
\usetypescript[times][ec]
 
\definetypeface[MyFace][rm][serif][times][default][encoding=ec]
\definetypeface[MyFace][mm][math][modern][default][encoding=ec]
 
\setupbodyfont[MyFace,12pt]
</texcode>
 
== Notes ==

Navigation menu