#9394: latex representation of negative coefficients broken
-----------------------------+----------------------------------------------
   Reporter:  burcin         |       Owner:  burcin      
       Type:  defect         |      Status:  needs_review
   Priority:  major          |   Milestone:  sage-4.6    
  Component:  symbolics      |    Keywords:  pynac       
     Author:  Burcin Erocal  |    Upstream:  N/A         
   Reviewer:                 |      Merged:              
Work_issues:                 |  
-----------------------------+----------------------------------------------
Changes (by newvalueoldvalue):

  * status:  new => needs_review
  * author:  => Burcin Erocal


Comment:

 With the new pynac package at #9901, we have:

 {{{
 sage: var('n')
 n
 sage: t = 2*I*n*pi*x - 2*I*n*pi
 sage: latex(t)
 2 i \, \pi n x - 2 i \, \pi n
 }}}

 attachment:trac_9394-leading_minus.patch contains the doctest changes. The
 fixes in the printing of rational functions (for #9834) are also included
 in this patch.

 The pynac package includes patches for #9834, #9878, #9879, #9881, #9900
 as well as this ticket. See the ticket description of #9901 for the list
 (and order) of patches associated to the new version.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9394#comment:2>
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.

Reply via email to