#6401: Typesettings of real() and imag() are broken
-----------------------+----------------------------------------------------
 Reporter:  gmhossain  |       Owner:     
     Type:  defect     |      Status:  new
 Priority:  major      |   Milestone:     
Component:  symbolics  |    Keywords:     
 Reviewer:             |      Author:     
   Merged:             |  
-----------------------+----------------------------------------------------
 Typesetting of real() and imag() methods are broken due to missing
 parenthesis.

 {{{
 sage: latex(x.real())
 \Rex
 }}}
 "\Rex" is not a valid latex expression. It should be something
 like "\Re\left(x\right)".

 Similar issues are present also for Symbolic functions
 {{{
 sage: f(x) = function('f',x)
 sage: latex( f(x).imag())
 \Imf\left(x\right)
 }}}
 Again it should be similar to "\Im\left(f\left(x\right)\right)".

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6401>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to