Ciro Soto said this at Sat, 2 Apr 2005 15:00:32 -0500: >Concerning Garamond, I see bunch of files in my system: >ls ./texmf-local/fonts/afm/urw/garamond/ > ugmri8a.afm > ugmr8a.afm > ugmmi8a.afm > ugmm8a.afm
The key question is whether you have the fonts/type1/urw/garamond directory with .pfb files in it, as these are the URW garamond fonts, you probably do have them. However, you probably need to load the map file [ugm.map], and use the right typescript. As the only one in ConTeXt is for the FontSite500 garamond, that needs to be added. There's a quickie at the end of the message. And Idris, it's here: <http://www.ctan.org/tex-archive/fonts/urw/garamond/> \starttypescript[serif][garamond][ec] \definefontsynonym[Garamond] [ugmr8t] [encoding=ec] \definefontsynonym[GaramondItalic] [ugmri8t][encoding=ec] \definefontsynonym[GaramondBold] [ugmm8t] [encoding=ec] \definefontsynonym[GaramondBoldItalic][ugmmi8t][encoding=ec] \stoptypescript \starttypescript[serif][garamond][name] \setups[font:fallback:serif] \definefontsynonym[Serif] [Garamond] \definefontsynonym[SerifItalic] [GaramondItalic] \definefontsynonym[SerifBold] [GaramondBold] \definefontsynonym[SerifBoldItalic][GaramondBoldItalic] \stoptypescript Activate with: \definetypeface[myface][rm][serif][garamond][default][encoding=ec] \setupbodyfont[myface] (untested, but hopefully you get the idea...) adam -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED] Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _______________________________________________ ntg-context mailing list [email protected] http://www.ntg.nl/mailman/listinfo/ntg-context
