I am trying to use LaTeX to format text on plots.

sage: T1=text("$\\frac{ABC}{12}$", (0,0), fontsize=14)
sage: T2=text("$\\triangle{ABC}$", (2,2), fontsize=16)
sage: show(T1, axes=False)   ## this works
sage: show(T2, axes=False)   ## this doesn't

I have also tried this in a notebook.  Both $\frac{}{}$ and $\triangle
{}$ work in the text cell but not in an executable cell.

Thanks for your help.

-Bruce

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to