MathGroup Archive 2002

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

Search the Archive

RE: Strange thing with exporting to PDF.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35111] RE: [mg35091] Strange thing with exporting to PDF.
  • From: "DrBob" <majort at cox-internet.com>
  • Date: Tue, 25 Jun 2002 03:40:56 -0400 (EDT)
  • Reply-to: <drbob at bigfoot.com>
  • Sender: owner-wri-mathgroup at wolfram.com

With version 4.1, I don't have the problem you're describing -- no
errors occur inside Mathematica.

When I open the PDF file, though, I get a warning that Acrobat is unable
to find or create the font 'Math1Mono-Bold'.  "Minus" signs come out as
dots.

That's disappointing.  Does anybody have an explanation?

Bobby

-----Original Message-----
From: HPhreacker(tm) [mailto:coerce at brasnet.org] 
To: mathgroup at smc.vnet.net
Subject: [mg35111] [mg35091] Strange thing with exporting to PDF.

Hi.
Strange things are happening when exporting to PDF...

Here is a small dump of the problem:

Export["c:\Sin_e_Cos.pdf",
    Plot[{Sin[x], Cos[x]}, {x, -4*\[Pi], 4*\[Pi]},
      PlotStyle -> {RGBColor[0, 1, 0], RGBColor[0, 0, 1]}]];

Causes  an Display::pserr with NO message:

In[3]:=Export["c:\Sin_e_Cos.pdf",
    Plot[{Sin[x], Cos[x]}, {x, -4*\[Pi], 4*\[Pi]},
      PlotStyle -> {RGBColor[0, 1, 0], RGBColor[0, 0, 1]}]];

Display::pserr:

But if I DELETE the old Sin_e_cos.pdf it works...
Can't I overwrite it directly from Mathematica?
Because it is not good to have to open Windows Explorer then locate the
file.

And... how do I export a COMPLETE PDF file(with some text)?


Mathematica 4, Windows 98, Pentium II 466, 128 MB Ram, 8 GB HDD...
--
MSN hphreacker at hotmail.com (NOT USED AS E-MAIL)
ICQ 151782344
Spammers would like to use abuse at yahoo.com for contact.








  • Prev by Date: Re: FourierTransform problem
  • Next by Date: Re: friendly challenge 3
  • Previous by thread: Strange thing with exporting to PDF.
  • Next by thread: FourierTransform problem