RE: [NTG-context] Re: Installing a new font.
I have tried the three of your propositions: First : keeping sans: 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. Now, my font is a sans. What is the best way to configure it ? Is Context configured to use serif by default when u type any text ? Many thanks. Dirar. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.com/
Hello,
First : keeping sans:
1. using \ss works
That are good news!
2. \definebodyfont[ss,Karat] does not.
did you try \setupbodyfont[ss,Karat] or \setupbodyfont[Karat,sans] or \setupbodyfont [sans]?
Second : changing from sans
3. Changed all refs to "sans" into "serif" in my typescript file karat.tex. This works too.
Now, my font is a sans. What is the best way to configure it ?
OK, if your font is a sans serif, then renaming makes no sense here.
Is Context configured to use serif by default when u type any text ?
yes
Many thanks.
you're welcome. Patrick -- ConTeXt wiki: http://contextgarden.net
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. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
participants (3)
-
Adam Lindsay
-
Dirar BOUGATEF
-
Patrick Gundlach