#12908: unnecessary blank in latex expression of multivariate polynomial
-------------------------------------------------------------------+--------
       Reporter:  dkrenn                                           |         
Owner:  was       
           Type:  defect                                           |        
Status:  needs_work
       Priority:  trivial                                          |     
Milestone:  sage-5.3  
      Component:  user interface                                   |    
Resolution:            
       Keywords:  beginner, latex, blank, multivariate polynomial  |   Work 
issues:            
Report Upstream:  N/A                                              |     
Reviewers:            
        Authors:  André Apitzsch                                   |     Merged 
in:            
   Dependencies:                                                   |      
Stopgaps:            
-------------------------------------------------------------------+--------

Comment (by aapitzsch):

 Currently we have
 {{{
 sage: latex(-x^2-x)
 -x^{2} - x
 sage: R.<y> = ZZ[]
 sage: latex(-y^2-y)
 -y^{2} - y
 }}}
 Notice, there is no blank in the leading term, if it's no multivariate
 polynomial.
 So why do we need one if it's a multivariate polynomial?

 IMO it should be consistent.

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