Dirar BOUGATEF said this at Wed, 27 Oct 2004 16:18:19 +0000: >1. using \ss works >2. \definebodyfont[ss,Karat] does not. > >Second : changing from sans > >3. Changed all refs to "sans" into "serif" in my typescript file karat.tex. >This works too.
good. >Now, my font is a sans. What is the best way to configure it ? return the values back to sans. There was a typo in your original typeface definition: >\starttypescript [Karat] > \definetypeface [Karat] [rm] [sans] [karat] [default] [encoding=texnansi] >% ^^ >\stoptypescript should be: \starttypescript [Karat] \definetypeface [Karat] [ss] [sans] [karat] [default] [encoding=texnansi] \stoptypescript >Is Context configured to use serif by default when u type any text ? Yes, it's a reasonable default. \definebodyfont[ss,Karat] should work now, though! -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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
