MathGroup Archive 2010

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

Search the Archive

Mathematica and LaTeX

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107966] Mathematica and LaTeX
  • From: Jim Lambaugh <lambaugh at gmail.com>
  • Date: Thu, 4 Mar 2010 05:27:07 -0500 (EST)

Hi all

In Mathematica I have the following code: Export["plot.pdf", Plot[x^2,
{x, 1, 2}], ImageSize -> 100]

Now, when I include "plot.pdf" in my LaTeX-document, my compiler says
that there is no bounding-box, and hence it will not compile. What is
the issue here? Mathematica or LaTeX?

Also, is it possible to change the font of the numbers on the plot?


Sincerely,
Jim Lambaugh.


  • Prev by Date: Typesetting
  • Next by Date: Re: coefficients of polynomial
  • Previous by thread: Re: Typesetting
  • Next by thread: Re: Mathematica and LaTeX