#6656: [with patch, needs review] fix latex method for laurent series element
------------------------+---------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: defect | Status: new
Priority: minor | Milestone: sage-4.1.1
Component: algebra | Keywords:
Reviewer: | Author: John Palmieri
Merged: |
------------------------+---------------------------------------------------
In the [http://spreadsheets.google.com/pub?key=pCwvGVwSMxTzT6E2xNdo5fA
Sage Notebook Bugreports], there is a report of an error with typesetting
Laurent series elements:
{{{
sage: R.<a,b>=PolynomialRing(QQ)
sage: T.<x>=LaurentSeriesRing(R)
sage: latex(a*x+b*x)
'a + bx'
}}}
It ought to be (a+b)x, but the parentheses are missing. The attached
patch should fix this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6656>
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
-~----------~----~----~----~------~----~------~--~---