Re: Mathematica to Tex
- To: mathgroup at smc.vnet.net
- Subject: [mg87254] Re: Mathematica to Tex
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Sat, 5 Apr 2008 04:25:17 -0500 (EST)
- Organization: University of Bergen
- References: <ft4n8p$426$1@smc.vnet.net>
Ramiro wrote:
> 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)
This is because you forgot to put a space between \[Lambda] and t, so
mathematica interprets \[Lambda]t as text (a single word) and not as two
mathematical symbols.