Re: Q: Postscript problem with braces "()"
- To: mathgroup at smc.vnet.net
- Subject: [mg26362] Re: Q: Postscript problem with braces "()"
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 13 Dec 2000 02:41:21 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <90v77o$75o@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
your PostScript interpreter don't find the
Mathematica Fonts.
There are thousands of news-group messages
and a large description at the FAQ at www.wolfram.com.
Regards
Jens
Claudius wrote:
>
> Hello,
>
> in the plot below I cannot print the braces in "sin(x)".
> The preview and the rest of the plot are ok!
>
> Any hints are welcome.
>
> Please email directly to
>
> Claudius.Schnoerr at ddg.de
>
> Thank you in advance and best greetings,
>
> Claudius
>
> -----------------
> SetAttributes[StyleForm, Listable];
> plot=Plot[Sin[x],{x,-Pi,Pi},AxesLabel->StyleForm[{"x","sin(x)"},FontSize->12
> ,FontFamily->"Helvetica",FontWeight->Bold"]]
> -----------------