#6089: [with patch, needs review] view command: don't always use jsMath
-------------------------+--------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.0
Component: misc | Keywords:
-------------------------+--------------------------------------------------
Comment(by jhpalmieri):
I've just posted a new version of the patch. The only difference (aside
from fixing a few typos) is the addition of a 'latex_examples' class at
the bottom of the file. This provides people (like me) with a handful of
ready-made examples of objects with interesting {{{_latex_}}} methods, for
testing with 'view', the typeset button, etc. This class is not imported
into the global name space, so you need to access it with
{{{
sage: from sage.misc.latex import latex_examples
sage: G = latex_examples.graph()
sage: view(G)
}}}
etc.
Of course, the typeset button won't handle any of these yet, but I have
hope that there may be a solution some day...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6089#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---