#12908: unnecessary blank in latex expression of multivariate polynomial
-------------------------------------------------------------------+--------
Reporter: dkrenn |
Owner: was
Type: defect |
Status: needs_review
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:
-------------------------------------------------------------------+--------
Changes (by {'newvalue': u'Andr\xe9 Apitzsch', 'oldvalue': ''}):
* status: new => needs_review
* author: => André Apitzsch
Comment:
The attached patch removes the unnecessary blank.
But now we also have
{{{
sage: latex(-X^2-X)
-X^{2} - X
}}}
instead of
{{{
sage: latex(-X^2-X)
- X^{2} - X
}}}
Is this reasonable or should we find a solution to keep the blank between
the leading variable and its sign ("{{{-}}}")?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12908#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.