TeX and EPS output (Mathematica version 3.0, Macintosh)
- To: mathgroup at smc.vnet.net
- Subject: [mg29620] TeX and EPS output (Mathematica version 3.0, Macintosh)
- From: hft at math.princeton.edu (Hale F. Trotter)
- Date: Fri, 29 Jun 2001 01:35:54 -0400 (EDT)
- Organization: Princeton University
- Sender: owner-wri-mathgroup at wolfram.com
I have recently tried to get some output in EPS and TeX forms,
and have run into some problems.
The EPS problem is minor. I have a graphics object that is a graph
with some labels (Text objects). When I call
Display["filename",graphicobject,"EPS"]
I get a file that seems OK except that some characters are changed.
In particular, "(" and ")" become "H" and "L" . {} and []
are also mistranslated.
The TeX problem is more extensive. If I try to exporting some
notebook cells in TeX format, and processing the result, I get
lots of "undefined" errors. Many were for \RawReturn and
went away when I added a line
\def\Raw Return{\char'015\relax}
to notebook.sty
but then there were errors for \MathBegin and \MathEnd
that I wasn't sure how to fix.
Is there a better version of notebook.sty available, or other
information on how to repair it, or otherwise work around the
situation ?
Everything I'm using is straight off the version 3.0 CD
(for Macintosh).
I've been using it for quite a while. It has been
adequate for my needs, and I don't have much incentive to
pay for a v4 upgrade.
I would be grateful for any help or pointers to information.