Ralf Schmitt wrote:
> Thomas A. Schmitz wrote:
>>
>> 1. define the math font as well:
>> \definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec]
>>
>> and see if this solves your problem.
> 
> This works.
> 

Until one tries to use a bold font with \bf. This is the complete list 
of commands I use to circumvent that problem:

\usetypescript[serif][charter][ec]
\definetypeface [charter] [it] [italics] [modern] [default][encoding=ec]
\definetypeface [charter] [bf] [bold] [modern] [default] [encoding=ec]
\definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec]
\definetypeface [charter] [rm] [serif] [charter] [default] [encoding=ec]
\definetypeface [charter] [tt] [mono] [charter] [default] [encoding=ec]
\setupbodyfont [charter, 11pt]


(Just to keep the archives complete...actually I don't understand what 
I'm doing (wrong?) here.)

- Ralf
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to