MathGroup Archive 2010

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

Search the Archive

Re: Mathematica and LaTeX

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108032] Re: Mathematica and LaTeX
  • From: AES <siegman at stanford.edu>
  • Date: Sun, 7 Mar 2010 04:01:24 -0500 (EST)
  • Organization: Stanford University
  • References: <201003041027.FAA26613@smc.vnet.net> <hmqivo$shc$1@smc.vnet.net>

In article <hmqivo$shc$1 at smc.vnet.net>,
 Murray Eisenberg <murray at math.umass.edu> wrote:

> That's a common problem that is easily solved in either of two ways:
> 
> (1) Process the LaTeX file with pdfTeX so as to directly convert from 
> .tex source to .pdf output. This should avoid the bounding box problem.
> 
> (2) Instead of doing the Mathematica Export to .pdf, Export to .eps. 
> Next, run an ordinary LaTeX processor that produces .dvi output. 
> Finally, convert from .dvi to .ps and then from .ps to .eps.
> 
> I do (2) all the time, since I get the quickest workflow that way. But I 
> use (1) sometimes, too.

Do your exported .eps files typically end up being much larger than the 
corresponding .pdf files?


  • Prev by Date: Re: Re: learning calculus through mathematica
  • Next by Date: Mathematica function to calculate correlation coefficient?
  • Previous by thread: Re: Mathematica and LaTeX
  • Next by thread: Re: Re: Mathematica and LaTeX