lulu@ucrmath.ucr.edu (david lu) (09/16/90)
Hi. How can I include Mathematica graphics in a LaTeX
document? I tried, for example, using
Show ["file", Plot[Sin[x], {x, -Pi, Pi}]]
from Mathematica to generate a PostScript file, then
include it into LaTeX with \special. However, when
I print I got a complaint from my printer:
undefined: MathPictureStart
Examining the PostScript file shows that it is indeed
incomplete. How can I tell Mathematica to generate a
complete PostScript file?
On a related note, is there a dvi viewer for either X
or SunView that supports the \special command?
Many thanks in advance!
- David
lulu@ucrmath.ucr.edu