9 Nov
2005
9 Nov
'05
10:53 a.m.
Thomas A. Schmitz wrote:
Hi all,
I'm having some trouble with bodyfont switching. It involves two fonts that I adapted myself, so it's difficult to make a minimal example. Both fonts are defined in typescripts (these are just examples, it works the same for every typescript I tried).
was this solved?
\starttypescript [Caslon] \definetypeface [MyCaslon] [rm] [serif] [caslon] [default] [encoding=texnansi]
\definetypeface [MyCaslon] [mm] [math] [modern] [default]
\stoptypescript
\starttypescript[GreekGentium] \definetypeface [MyGreekGentium] [rm] [serif] [greekgentium] [default] [rscale=\getvariable{Greek}{scale},encoding=agr]
\definetypeface [MyCaslon] [mm] [math] [modern] [default]
\stoptypescript
Hans