#11186: Missing parentheses when typesetting coefficients of multivariate
polynomials over number fields
------------------------------+---------------------------------------------
Reporter: jsrn | Owner: was
Type: defect | Status: new
Priority: minor | Milestone:
Component: user interface | Keywords: latex, multivariate polynomials,
singular
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Notice the missing parenthesis when attempting to typeset a simple
multivariate polynomial:
{{{
sage: K.<z> = QQ.extension(x^2 + x + 1)
sage: PK.<v,w> = K[]
sage: (z+1)*v
(z + 1)*v
sage: latex((z+1)*v)
z + 1 v
}}}
This, of course, means that typesetting in the Notebook will also be
wrong.
The error seems not to happen with univariate polynomials.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11186>
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.