MathGroup Archive 2003

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

Search the Archive

pdf-export

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43934] pdf-export
  • From: "Thomas Manz" <thomasmanz at web.de>
  • Date: Tue, 14 Oct 2003 01:07:31 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello!

I want to export a plot in pdf format, but I have problems with fonts.
Example:

$FormatType = OutputForm
$TextStyle = {FontFamily -> "Times"}
pic = Plot[Sin[x], {x, 0, Pi}, Frame -> True, FrameLabel -> {"x", "Sin(x)", 
  "", ""}]

Display["c:\\test.pdf", pic, "PDF"]

The plot shows the correct font but when exporting in pdf (the last command) I get the following error:

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: Re: Run[] and Mathlink
  • Next by Date: Re: plotting streamlines from vector data
  • Previous by thread: AW: Bizarre phenomenon
  • Next by thread: Re: pdf-export