A problem when convert to Tex
- Subject: A problem when convert to Tex
- From: Andrei Zorine
- Date: Wed, 09 Feb 2005 20:11:19 +0300
Should be
(tex (cadr x) (cons "\\left(" l) '("\\right)")
of course.
--
Andrei Zorine
> This seems to work:
>
> (%i48) tex(5.6e99^x);
> $$left({5.6 \times 10^{+99}}right)^{x}$$
^^^^ ^^^^
\left \right
>
> (%i49) tex(47.5^y);
> $$47.5^{y}$$
>
> Any reason not to apply this?
>
> Ray
>
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>