Hi,
On Fri, Sep 4, 2009 at 2:17 AM, Pat LeSmithe<[email protected]> wrote: > By the way, how about syntax highlighting for equations? That would be really good. If not equation then at least the inline comments should be in different color to improve readability. > jsMath can > easily do color: > > http://www.math.union.edu/~dpvc/jsMath/examples/extensions.html > > Would this be useful for teaching? I'm not sure about how to add color > attributes to symbolic variables. I am finishing up some enhancement for symbolic variables. Surprisingly, following works nicely in notebook even now ------- sage: var('theta', latex_name="\\color{red}{\\theta}") ------- Cheers, Golam --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
