#6404: Typeseting for conjugate() of symbolic function is inadequate
-----------------------+----------------------------------------------------
Reporter: gmhossain | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: symbolics | Keywords:
Reviewer: | Author:
Merged: |
-----------------------+----------------------------------------------------
In current Sage (4.0.2), while typesetting conjugate() of
an symbolic expression, latex symbol "\bar" is used
{{{
sage: latex(x.conjugate())
\bar{x}
}}}
The problem with "\bar" is that it is of fixed width and not scalable. For
example, this is inadequate for symbolic functions
{{{
sage: x,y=var('x,y')
sage: f = function('psi',x,y)
sage: latex(f.conjugate())
\bar{\psi\left(x, y\right)
}}}
A better solution is to use "\overline" instead of "\bar".
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6404>
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
-~----------~----~----~----~------~----~------~--~---