Re: TeX and EPS output (Mathematica version 3.0, Macintosh)
- To: mathgroup at smc.vnet.net
- Subject: [mg29664] Re: TeX and EPS output (Mathematica version 3.0, Macintosh)
- From: aes <siegman at stanford.edu>
- Date: Mon, 2 Jul 2001 02:20:25 -0400 (EDT)
- Organization: Stanford University
- References: <9hh43t$8sl$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> 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 I really don't know the answer to this, so maybe I shouldn't reply. But as a guess: Certain constructs in TeX don't allow blank lines. For example, writing a display equation in Plain TeX as $$ y=3x \eqno(3) $$ will give an error, even though you might think it should be OK. The Mathematica output that you're feeding to TeX may have some blank lines in it, and TeX (really, the LaTeX macros) may not like that.