Latex + Mathematica EPS file problems
- To: mathgroup at smc.vnet.net
- Subject: [mg53739] Latex + Mathematica EPS file problems
- From: Torquil Madonald Sørensen <torquil at frisurf.no>
- Date: Wed, 26 Jan 2005 04:36:13 -0500 (EST)
- Organization: University of Oslo, Norway
- Sender: owner-wri-mathgroup at wolfram.com
I have a latex document containing several eps-plots generated by
Mathematica 5. The eps files have labels on the axes containing letters,
parentheses and slashes.
This worked fine until I decided to include a Mathematica-notebook saved
to Latex format as an appendix . I added
\usepackage{notebook2e,latexsym,wrisym}
to the preamble, and added the texmf subdirectory in the mathematica
installation folder into my latex search path.
In addition, I added the line
\newcommand{\IndentingNewLine}{}
since otherwise I got error messages regarding this command in the
exported mathematica-notebook.
Then a new problem appeared: The slashes and parentheses on the text
labels on the axes of my eps-plots disappeared after I included the
mathematica notebook appendix, but the ordinary letters were still
there. Does anybody know how to fix this problem?
Gratefully,
TMS