On Wednesday, February 22, 2012 5:42:35 AM UTC+8, mhfrey wrote:
>
> I recently upgraded to sage 4.8 and was working on some older 
> notebooks.  Something has changed in Sage, I can no longer get 
> show("$P_{integral}$") to work properly.  This should type set to P 
> with subscript of "integral".  What am I doing wrong?


The interface has changed because the earlier code was buggy. Now, use the 
LatexExpr to format your latex strings. You don't need to put the $ signs:

show(LatexExpr("P_{integral}"))

-- 
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
URL: http://www.sagemath.org

Reply via email to