A problem when convert to Tex



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
> 
>