Did this used to work? E.g. in a Sage notebook click the [x] Typeset
option and then execute:
---
%maxima
integrate(1/sin(x),x)
---
in a cell. My recollection is that this used to use maxima to generate
LaTeX and then display it typeset in the worksheet, i.e. the same as

---
maxima("integrate(1/(x+sin(x)^2),x)")
---

Or did this always display the output of maxima (and other external
programs) only in "text" form regardless of the setting of [ ] Typeset
and regardless of whether or not the external package provides a
'latex' mode?

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to