MathGroup Archive 2003

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

Search the Archive

Re: TeXForm for Plot command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39081] Re: TeXForm for Plot command
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 29 Jan 2003 03:35:17 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <b15ppd$f03$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

you have to save the graphics into a EPS file and include
it into the LaTeX file with

\includegraphics[width=\textwidth]{yourPostScriptFile}

Regards
  Jens

Jochen Raedler wrote:
> 
> Hi, all!
> 
> I'm student and using mathematica 4.0.
> At the moment I have to write a report for my university. I want to use
> LaTeX to write this document. Since I do a lot of calculations with
> mathematica I use the TexForm[...] (//HoldForm) command to get a latex
> output. I just have to copy/paste the output; it works quite well.
> But then I wanted to include some plots from mathematica in my latex
> document. If I apply it to Plot[...]: e.g.: "TeXForm[Plot[Sin[x], {x, -Pi,
> Pi}]]" I get a strange outputs.
> 
> Is it possible to get a LaTeX package, which compiles these instructions? Or
> is this output just nonsense? Are there other possibilities than using "copy
> as bitmap" to get my plot into the latex document?
> 
> Perhaps anyone had similar problems or knows a useful link.
> 
> Thanks,
> Jochen


  • Prev by Date: RE: Repetitive sums of divisors
  • Next by Date: Re: mathematica on a palmtop?
  • Previous by thread: TeXForm for Plot command
  • Next by thread: Re: TeXForm for Plot command