Re: Fonts in pdf
- To: mathgroup at smc.vnet.net
- Subject: [mg44300] Re: Fonts in pdf
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 5 Nov 2003 10:00:24 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <bo7nvp$aee$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
export EPS and use the Acrobat Distiller or Ghostscript to
make a PDF
Regards
Jens
Thomas Manz wrote:
>
> Hi!
>
> I want to export a plot in pdf-format but I have problems with the fonts.
> Example:
>
> $FormatType = OutputForm
> $TextStyle = {FontFamily -> "Times"}
> pic = Plot[Sin[x], {x, 0, Pi}, Frame -> True, FrameLabel -> {"x", "Sin(x)", "", ""}]
>
> Export["c:\\test.pdf", pic, "PDF"]
>
> I get the following error message and the font in the pdf is Courier:
> Display::pserr: PostScript language error:
> Warning: substituting font Courier for Times
>
> How can I export pdfs with other fonts than Courier?
>
> Thanks,
>
> Thomas Manz