Latex rending problem in notebook

asked 12 years ago

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.

Preview: (hide)

Comments

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

ppurka gravatar imageppurka ( 12 years ago )

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

rickhg12hs gravatar imagerickhg12hs ( 12 years ago )