#6290: Allow latex_name=LaTeX keyword while defining symbolic function
-------------------------+--------------------------------------------------
Reporter: gmhossain | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: symbolics | Keywords: latex_name, symbolic function
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
In new symbolics, underlying "sage.symbolic.SFunction" class allows
one to pass the keyword "latex_name=LaTeX". It would be really good if we
expose this feature at the user interface level. Currently,
Sage (4.0.1) raises error if one tries to do so.
Example uses:
{{{
riemann(x) = function('riemann', x, latex_name="\\mathcal{R}")
latex( riemann(x) )
\mathcal{R}
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6290>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---