[NTG-context] Re: How to use PostScript font (SOLVED)

2004-08-22 Thread Patrick Gundlach
Hello,

 Okay.  Problem solved.  The thing is that I did not ask the texlive 
 distribution to install the extra fonts package.  The palatino fonts were 
 part of the extra fonts. 

Right, I did aks you if you have psnfss installed? Hmm, perhaps I
forgot, because I think that everybody has it installed...

 The former tries to use palatino in all the variations in the following 
 example.  The palatino fonts seems to be missing the serif variant, 

I guess you mean sans serif? Yes, there is no such thing as Palatino
sans serif.

 Even the equation uses some sort of postscript font that I am not
 familiar with.

px I'd guess.

 the \rm, \em, and \sl lines.  Everywhere else the CMR font is used.

Well, not really cmr, but cmss, cmtt and math.

 What causes this behavior?

see type-pre.tex type-exa.tex and type-enc.tex for definitions on
those typescripts. They are just different typescripts.

Patrick
-- 
ConTeXt wiki: http://contextgarden.net
texshow-web:  http://texshow.contextgarden.net
List archive: http://archive.contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: How to use PostScript font (SOLVED)

2004-08-21 Thread Salman Khilji
Okay.  Problem solved.  The thing is that I did not ask the texlive 
distribution to install the extra fonts package.  The palatino fonts were 
part of the extra fonts. 

Now I have another question.  It seems like \setupbodyfont[palatino] produces 
different results than \setupbodyfont[ppl].
The former tries to use palatino in all the variations in the following 
example.  The palatino fonts seems to be missing the serif variant, so the 
\ss and the normal lines look the same---i.e ConTeXt decided to use the same 
roman variant for both the \rm and the \ss line.  Even the equation uses some 
sort of postscript font that I am not familiar with.

The latter---\setupbodyfont[ppl]---is not very forceful---it uses palatino in 
the \rm, \em, and \sl lines.  Everywhere else the CMR font is used.

What causes this behavior?


\usetypescript[berry][ec] % or [8r]
\usetypescript[palatino][ec] %
\setupbodyfont[palatino]
%\setupbodyfont[ppl]

\starttext

{\rm The quick brown fox jumps over the lazy dog. 1234567890}

{\em The quick brown fox jumps over the lazy dog. 1234567890}

{\sl The quick brown fox jumps over the lazy dog. 1234567890}

{\ss The quick brown fox jumps over the lazy dog. 1234567890}

{\bf The quick brown fox jumps over the lazy dog. 1234567890}

{\tt The quick brown fox jumps over the lazy dog. 1234567890}

$$1+\sqrt{x^2}+\sum dx$$

\stoptext

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context