#13955: Latex output for Weyl group elements with prefix
-----------------------------+----------------------------------------------
Reporter: stumpc5 | Owner: sage-combinat
Type: defect | Status: new
Priority: major | Milestone: sage-5.7
Component: combinatorics | Keywords: Weyl groups
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------------------
This short ticket provides the new behaviour
{{{
sage: W = WeylGroup(['A',2,1], prefix="s")
sage: [s0,s1,s2]=W.simple_reflections()
sage: latex(s0*s1) # indirect doctest
s_{0}s_{1}
}}}
to obtain proper latex output for Weyl groups with prefix.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13955>
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.