#8938: Multivariate polynomials can be incorrectly formatted in LaTeX
-------------------------------+--------------------------------------------
Reporter: fwclarke | Owner: AlexGhitza
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7.2
Component: algebra | Keywords: Multivariate polynomials
latex
Work_issues: | Upstream: N/A
Reviewer: Martin Albrecht | Author: Francis Clarke, Andrey
Novoseltsev
Merged: | Dependencies:
-------------------------------+--------------------------------------------
Changes (by newvalueoldvalue):
* status: needs_work => needs_review
* milestone: sage-4.7.1 => sage-4.7.2
* author: Francis Clarke, A => Francis Clarke, Andrey Novoseltsev
Old description:
> {{{
> sage: C5.<z> = CyclotomicField(5)
> sage: P.<s, t> = C5[]
> sage: f = (z^2 + z)*s
> sage: f
> (z^2 + z)*s
> sage: latex(f)
> z^{2} + z s
> }}}
New description:
{{{
sage: C5.<z> = CyclotomicField(5)
sage: P.<s, t> = C5[]
sage: f = (z^2 + z)*s
sage: f
(z^2 + z)*s
sage: latex(f)
z^{2} + z s
}}}
'''Apply:'''
1. [attachment:trac_8938_latex_test_for_cyclotomic_fields.patch]
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8938#comment:9>
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.