hjuergens wrote:
> 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.

A data point: on Firefox 3.0.1, Ubuntu 8.04 32-bit, both examples above 
produce typeset output.

Do you have the jsmath TeX fonts installed?  Click on the "jsmath" icon 
at the bottom of the page and check to see if it says "jsMath v3.5 (TeX 
fonts)".  If it doesn't, that may be the problem.

If you don't have the tex fonts, you might go to 
http://www.math.union.edu/~dpvc/jsMath/download/jsMath-fonts.html and 
download them and install them on your computer.

Thanks,

Jason



--~--~---------~--~----~------------~-------~--~----~
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