MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Fonts in pdf

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44265] Fonts in pdf
  • From: Thomas Manz<thomasmanz at web.de>
  • Date: Tue, 4 Nov 2003 03:23:35 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

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


  • Prev by Date: Exit[]
  • Next by Date: Incorrect infinite product?
  • Previous by thread: Re: Exit[]
  • Next by thread: Re: Fonts in pdf