The current version in unstable has the same problem. Consider:

Maxima 5.34.0 http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.11 (a.k.a. GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) block(load(("/usr/share/emacs24/site-lisp/maxima/imaxima.lisp")),
linenum:0)$

(%i1) 2+2;

LaTeX error in: 4
(%i2) integrate(atan(x),x);

LaTeX error in: x\,\arctan x-\ifracn{\log \left(x^2+1\right)}{2}
(%i3) display2d:true;
(%o3)                                true
(%i4) 2+2;
(%o4)                                  4
(%i5) integrate(atan(x),x);
                                             2
                                        log(x  + 1)
(%o5)                       x atan(x) - -----------
                                             2
(%i6) 

Strictly the same problem.

HTH,

--
Emmanuel Charpentier


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to