Why the Maxima worksheets is not rendering latex / MathJax?

asked 9 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

I use Maxima with sagemath and do not know why the results are not rendered

sage: f(x):=x^2
f(x):=x^2
sage: integrate(f(x),x)
x^3/3
Preview: (hide)

Comments

could you provide an example of the code you used?

vdelecroix gravatar imagevdelecroix ( 9 years ago )

What do you mean by "rendered"? You do not see the answer? You want them in another form?

vdelecroix gravatar imagevdelecroix ( 9 years ago )

when I use the worksheet to evaluate sagemath sage code, the result is better presented on the screen (here will not be shown). In Maxima the code result leaves unformatted.

jmarcellopereira gravatar imagejmarcellopereira ( 9 years ago )