#6401: [with patch, needs review] Typesettings of real() and imag() are broken
-----------------------+----------------------------------------------------
Reporter: gmhossain | Owner: burcin
Type: defect | Status: assigned
Priority: major | Milestone: sage-4.1.1
Component: symbolics | Keywords:
Reviewer: | Author: Burcin Erocal
Merged: |
-----------------------+----------------------------------------------------
Comment(by gmhossain):
Hi Burcin,
I am testing out the new pynac spkg. Seems alright to me so far. Out of
curiosity: is there
any reason to print the extra spaces around the the argument of real() and
imag()?
{{{
sage: latex(real(x))
\Re \left( x \right)
}}}
Given it differs a bit from your earlier convention for default
typesetting of
symbolic function
{{{
sage: psi(x) = function('psi',x)
sage: latex(psi(x))
\psi\left(x\right)
}}}
Otherwise, I am ready to give positive review as the output is valid latex
expression in
both cases.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6401#comment:3>
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
-~----------~----~----~----~------~----~------~--~---