MathGroup Archive 2007

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

Search the Archive

Latex export in 6.0 problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83121] Latex export in 6.0 problems
  • From: Jan Lellmann <lellmann at uni-mannheim.de>
  • Date: Mon, 12 Nov 2007 05:10:29 -0500 (EST)

Hello,

on my system (Mathematica 6.0.1.0 under Linux), the Latex export behaves 
strangely. If I type in the example from the documentation,

ExportString[Nest[1 + 1/# &, x, 5], "TeX"]

I get -- as it should be --

\[1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{1+\frac{1}{x}}}}}\]

between the header and footer stuff.

But, if I try to export the complete notebook from the menu, or do an

ExportString[EvaluationNotebook[], "TeX"]

I get something like this:

\noindent\(\pmb{\text{Nest}[1+1/\#\&,x,5]}\)

which has all the \noindent and \pmb commands (\pmb looking horrible in 
close-up) and the \( and \) commands which produce errors in my Latex 
stylesheet unless I change them to "$".

Does anyone have an idea how I can get a proper latex export? Why does 
it say \( \) instead of \[ \]? Where could I change this behavior?

Best regards,
   Jan


  • Prev by Date: Re: Optimizing fixed point iteration
  • Next by Date: Re: ContourPlot Problem
  • Previous by thread: Re: Pattern test and expression sequence
  • Next by thread: Zoom2D and GetGraphicsCoordinates palettes combined