Ticket #11996 (closed defect: fixed)

Opened 20 months ago

Last modified 11 months ago

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

11996.patch Download (1.4 KB) - added by johanbosman 20 months ago.

Change History

Changed 20 months ago by johanbosman

comment:1 Changed 20 months ago by johanbosman

  • Status changed from new to needs_review
  • Authors set to Johan Bosman

comment:2 Changed 11 months ago by sjg10

  • Status changed from needs_review to positive_review

comment:3 Changed 11 months ago by jdemeyer

  • Reviewers set to Samuel Gonshaw
  • Milestone changed from sage-5.3 to sage-5.2

comment:4 Changed 11 months ago by jdemeyer

  • Status changed from positive_review to closed
  • Resolution set to fixed
  • Merged in set to sage-5.2.rc0
Note: See TracTickets for help on using tickets.