MathGroup Archive 2010

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

Search the Archive

Re: Mathematica and LaTeX

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108002] Re: [mg107966] Mathematica and LaTeX
  • From: "Christoph Lhotka" <christoph.lhotka at univie.ac.at>
  • Date: Fri, 5 Mar 2010 04:31:01 -0500 (EST)
  • References: <201003041027.FAA26613@smc.vnet.net>

hi, I usually export to "EPS" without problems; the textstyle can be
controlled using TextStyle, e.g.

Export["fig.eps",Plot[x^2,{x,1,2},TextStyle->{FontSize->14,...}],"EPS"]

christoph

On Do, 4.03.2010, 11:27, Jim Lambaugh wrote:
> 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.
>
>
>


-- 
Mag. Christoph Lhotka
University of Vienna / Institute for Astronomy
Tuerkenschanzstrasse 17, A-1180 Vienna, Austria
fon. +43 (1) 4277 51841
mail. lhotka at astro.univie.ac.at



  • Prev by Date: removing non-numeric elements from the table
  • Next by Date: Re: What inspite FindInstance ?
  • Previous by thread: Mathematica and LaTeX
  • Next by thread: Re: Mathematica and LaTeX