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.
- Follow-Ups:
- Re: Mathematica and LaTeX
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Mathematica and LaTeX
- From: "Christoph Lhotka" <christoph.lhotka@univie.ac.at>
- Re: Mathematica and LaTeX