#13632: Fix latex display of arguments of symbolic functions
-------------------------+--------------------------------------------------
Reporter: gouezel | Owner: burcin
Type: defect | Status: new
Priority: minor | Milestone: sage-5.5
Component: symbolics | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-------------------------+--------------------------------------------------
In sage 5.3, if the arguments of a symbolic function have no _latex_
attribute, an exception is raised if one tries to latex it:
{{{
sage: P=function('P',x)
sage: latex(P(x=int(0)))
Traceback (click to the left of this block for traceback)
...
AttributeError: 'int' object has no attribute '_latex_'
}}}
This is fixed in the attached patch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13632>
Sage <http://www.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.