If I have typeset_mode(True) in SMC and try to do

    maxima_calculus('algebraic: true;')

I get a RuntimeError:

https://cloud.sagemath.com/projects/8a65b3c2-4322-4858-b6f9-e85fc7dac4f8/files/2015-04-20-093152.sagews

The problem seems to be that latex() on the output fails...which is a
bit strange, since the output is just "true". 

The problem seems to be in latex_() for Maxima objects, which runs tex()
in Maxima. But that seems to work: if I do maxima_console(), I get 

(%i1) tex(algebraic: true);
$$\mathbf{true}$$
(%o1)                                false


Any ideas what's going on?


Dan

-- 
---  Dan Drake
-----  www.math.wisc.edu/~ddrake/
-------

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Digital signature

Reply via email to