Ticket #11996 (closed defect: fixed)
Bug in LaTeX representation of subgroups of permutation groups
| Reported by: | johanbosman | Owned by: | joyner |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.2 |
| Component: | group theory | Keywords: | latex |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Samuel Gonshaw |
| Authors: | Johan Bosman | Merged in: | sage-5.2.rc0 |
| Dependencies: | Stopgaps: |
Description
sage: G = DihedralGroup(4) sage: H = G.subgroup([(1,2,3,4)]) sage: latex(H) Subgroup of (Dihedral group of order 8 as a permutation group) generated by [(1,2,3,4)]
This will display the entire text in mathmode in the notebook.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

