Mathematica to Tex
- To: mathgroup at smc.vnet.net
- Subject: [mg87214] Mathematica to Tex
- From: Ramiro <ramiro.barrantes at gmail.com>
- Date: Fri, 4 Apr 2008 02:58:39 -0500 (EST)
Hello,
I am trying to export to Tex. My idea is to paste parts of notebooks
on my mediawiki, which can accept Tex. I am sure there is a good way
to do this.
Let's say I write the following as a "Text cell" in Mathematica:
P(A) = 1-e^-\[Lambda]t
P(A)+P(B)
Can I do TeXForm on a text cell? What would be the best way to export
just that? If I save the file as .Tex I get:
\(P(A) = 1-e^{-\text{$\lambda $t}}\\
P(A)+P(B)\)
but what I want is something along the lines of
P(A) = 1-e^{-\lambda t}
P(A)+P(B)
There might be an easier solution. Any suggestions?
Thanks,
Ramiro