On pet, 2005-02-25 at 08:55 +0100, Andrej Vodopivec wrote:
> Hmm, which version are you using? This is what I get
>
> (%i1) matrix([taylor(e,e,0,1)]);
> (%o1) matrix([e+...])
>
> I don't think I changed this after the release.
Ok, the windows wxMaxima has an old version of wxmathml.lisp but this
has already been fixed.
Anyway, bugs in display like this usually mean that there is a bug in
maxima tex function (since the code for display is based on
mactex.lisp):
(%i1) tex(matrix([taylor(e,x,0,3)]));
$$\pmatrix{+e+\cdots \cr }$$
The first + should not be there, right?
Andrej