MathGroup Archive 2006

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

Search the Archive

Getting Mathematica CellTags to export to TeX?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67129] Getting Mathematica CellTags to export to TeX?
  • From: "W. Craig Carter" <ccarter at mit.edu>
  • Date: Sat, 10 Jun 2006 04:53:20 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,
I have very many notebooks that I have
indexed carefully with CellTags.
I'd like to export all of them to LaTeX and
then use the CellTags to create index
entries.

*Any* solution, however kludgy, will save me
lots of time.  And would be geatly
appreciated.


I simply want to have each celltag be printed
as text near its cell in the latex
conversion. E.g.,
Cell["Plateau's Problem", "Text",
CellTags->{"mytag:Zero Mean
Curvature","mytag:Capillarity"}]

Should get mapped to something like:
----
mytag:Zero Mean Curvature
mytag:Capillarity

Plateau's Problem
--------
in the TeX conversion.

W. Craig Carter


  • Prev by Date: Simple question from a biologist
  • Next by Date: No StringCompare in Mathematica?
  • Previous by thread: RE: Simple question from a biologist
  • Next by thread: Re: Getting Mathematica CellTags to export to TeX?