[Maxima] Matrix tex output doesn't work for MimeTeX or MathTeX
Nathaniel E. Powell
nathan.powell at agilix.com
Wed Aug 6 16:59:27 CDT 2008
tex(matrix([1,1,1],[1,1,1],[1,1,1]));
outputs:
$$\pmatrix{1&1&1\cr 1&1&1\cr 1&1&1\cr }$$
Which does not render properly for MimeTex, which is the program we're
using to display the output of Maxima. However, this would work:
$$\begin{pmatrix}1&1&1\\ 1&1&1\\ 1&1&1\end{pmatrix}$$
Would this be hard to fix in the source? Do you need me to send a patch
so that it can be included in the next release?
Regards,
-Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20080806/fcf9d0f1/attachment.htm
More information about the Maxima
mailing list