Using SAGE 3.1.1 notebook GUI in Safari 3.1.2 on Mac OS X
   var ('x')
   f = 1/sqrt(x)
   jsmath(f)
produces the output    \frac{1}{\sqrt{ x }}
and does no typesetting
while
   var ('x')
   g = 1/x^2
   jsmath(g)
produces nice typset of that formular.

As soon as sqrt, sin, etc. are in the game typesetting with jsmath
does not work as expected. Is this a known bug. Do I miss some
configuration?

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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