At 12:15 17/05/2003 +0800, you wrote:
Hello Maarten,
Maarten Sneep wrote:
According to the manual 'showfonts.pdf' the following should work:
[example snipped]
I couldn't get your example to work, and the code for font switching is too hard for me to understand. As a short term solution you can issue this command:
\font\cg = texnansi-lbc at 9pt
(Adjusting for the name of your lucida-bright calligraphy .tfm file.)
I'll have another look at the code, but don't expect anything insightful.
in type-pre.tex, you need to add the calligraphy entry in: \starttypescript [lbr] \usetypescript [serif,sans,mono,math,calligraphy,handwriting] .... \usetypescript [serif,sans,mono,math,calligraphy,handwriting] .... .... after that the following will work (no need for a new format): \setupbodyfont[lbr] \rm test \ss test \tt test \hw test \cg test Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------