#6211: typesetting symbolic integrals broken
-----------------------+----------------------------------------------------
Reporter: burcin | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-4.0.2
Component: symbolics | Keywords:
Reviewer: | Author:
Merged: |
-----------------------+----------------------------------------------------
Comment(by gmhossain):
Burcin: It seems the problem of sub-expression not getting typeset
properly
is specific to exp function. I could get it working by adding the
_latex_composition method to class Function_exp (sage.functions.log) as
{{{
def _latex_composition(self, x):
from sage.misc.latex import latex
return "e^{%s}"%(latex(x))
}}}
Note: My sage copy has patch #5711 applied on it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6211#comment:2>
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
-~----------~----~----~----~------~----~------~--~---