Skip to content

Commit

Permalink
test gap3 with gap3, not gap (gap4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Mar 18, 2024
1 parent ab1a517 commit b394948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/interfaces/gap3.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,8 @@ def _latex_(self):
r"""
EXAMPLES::
sage: s = gap("[[1,2], [3/4, 5/6]]")
sage: # optional - gap3
sage: s = gap3("[[1,2], [3/4, 5/6]]")
sage: s._latex_()
'\\left(\\begin{array}{rr} 1&2\\\\ 3/4&\\frac{5}{6}\\\\ \\end{array}\\right)'
sage: latex(s)
Expand Down

0 comments on commit b394948

Please sign in to comment.