MathGroup Archive 2004

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

Search the Archive

Re: Is there any productive way to use Mathematica + pdfLaTeX?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47535] Re: Is there any productive way to use Mathematica + pdfLaTeX?
  • From: "Art Guetter" <aguette at attglobal.net>
  • Date: Thu, 15 Apr 2004 03:40:24 -0400 (EDT)
  • References: <c4g69g$qtu$1@smc.vnet.net> <c5dhf4$noj$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Andy Kowar" <ankowar at yahoo.com> wrote in message
news:c5dhf4$noj$1 at smc.vnet.net...
> inacioglb at yahoo.com (Inacio Guerberoff) wrote in message
news:<c4g69g$qtu$1 at smc.vnet.net>...
> > Hello
> >
> > I use Mathematica 5.0 and would like to know if there is any easy and
> > fast way to include Mathematica plots in pdfLaTeX documents. The way I
> > know is to make a Export[graph,"file.pdf"] for example, and then
> > include in the tex file the following:
> >
> > \includegraphics{file.pdf}
> >
> > The problem is that the PDF generated by Mathematica is weird, because
> > the plot is on the bottom-left of the page, and the same thing happens
> > in the document. I think what would solve the problem would be a
> > function like PlotPDF[Plot[x^2,{x,0,2}],"file.pdf"]. This function
> > saves the plot in "file.pdf", but in a way that you can insert it
> > directly in a LaTeX document.
> >
> > Anyone has tips on this task?
> >
> > Thanks
> > Inacio Guerberoff

I save files in encapsulated postscript (.eps) format, and then use

\includegraphics{filename.eps}

in the tex file.



  • Prev by Date: Re: number of switches
  • Next by Date: Re: Adding hyperlinks to help browser files in function::usage
  • Previous by thread: Re: RE: Re: Is there any productive way to use Mathematica + pdfLaTeX?
  • Next by thread: Re: Re: Is there any productive way to use Mathematica + pdfLaTeX?