I have met some strange behavior using the command 'show' to typeset
the output ( I have the jsmath fonts installed and they work fine).

Testing integration with Maple within the notebook interface I have
tried:

show(maple.int(x,x))

and I get

1/2*x^2

typesetted using in TeX fonts, fine. But then I do:

show(maple.int('1/sqrt(2*t^4 - 3*t^2 - 2), t=2..3' ))

and I get the LaTeX code instead:

1/5\,\sqrt {5}{\it EllipticF} \left( 1/3\,\sqrt {7},1/5\,\sqrt {5}
\right) -1/5\,\sqrt {5}{\it EllipticF} \left( 1/2\,\sqrt {2},1/5\,
\sqrt {5} \right)

However, in this way:

maple.int('1/sqrt(2*t^4 - 3*t^2 - 2), t=2..3' )
show(_)

The output is typesetted. Why? (This is Sage 3.0.2)

By the way, the LaTeX output produced by Maple is not good (eg the
function names should not go in italics).

Regards, Alejandro
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to