by Christoph Bersch <usenet@[EMAIL PROTECTED]
>
Oct 9, 2008 at 10:03 AM
Dieter Britz schrieb:
> sfeam wrote:
>
>> Dieter Britz wrote:
>>
>>> I have a graph where the axes are $\theta$ and $\Gamma$ and I want
>>> them both as the Greek letters, and in mathematical italic. How do I
>>> do that?
>> Depends entirely on the output terminal type.
>> postscript? latex? png? on the screen?
>
> postscript enh
Hmm, why do you want them in italic? Even LaTeX uses an upright symbol
when you type $\Gamma$.
If you still want it italic, you must find a font that has such an
italic \Gamma (serif or sansserif?) and that fits your other font used
for the axes. The standard Symbol font only has an upright \Gamma.
Then you can include the font with fontfile 'font.pfb' and use it.
Christoph