Latex rending problem in notebook

asked 2013-02-26 17:31:44 +0200

AndyH gravatar image

Hello,

I'm using sage 5.5 under Ubuntu 12.04 with Chrome 24.0.1312.56.

Doing diff(1/(1+x^2),2) the minus sign does not display. On the command line the latex is:

sage: diff(1/(1+x^2),2) 8*x^2/(x^2 + 1)^3 - 2/(x^2 + 1)^2

sage: latex(diff(1/(1+x^2),2)) \frac{8 \, x^{2}}{{\left(x^{2} + 1\right)}^{3}} - \frac{2}{{\left(x^{2} + 1\right)}^{2}}

In the notebook, I see:

image description

Anything I can do to fix the rending?

Thanks.

edit retag flag offensive close merge delete

Comments

It is working correctly for me. Maybe change the font size in your browser.

ppurka gravatar imageppurka ( 2013-02-26 22:02:43 +0200 )edit

Works fine for me with Sage 5.8, Chrome 26.0.1410.63, & Fedora 17.

rickhg12hs gravatar imagerickhg12hs ( 2013-04-17 21:45:20 +0200 )edit