#5638: [with patch, needs review] deprecate jsmath from the command line
-------------------------+--------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.4.1
Component: misc | Keywords:
-------------------------+--------------------------------------------------
From the command line, jsmath is kind of broken and is also superfluous:
{{{jsmath('blah', mode='inline')}}} is basically equivalent to
{{{html('$blah$')}}}, and similarly if mode='display': just use
'$$blah$$'. This patch removes jsmath from import into the global name
space at the command line, rewrites the code to make it just call html,
and adds a deprecation warning.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5638>
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
-~----------~----~----~----~------~----~------~--~---