#11362: showing a Cayley table fails in the notebook due to bad latex code
----------------------------+-----------------------------------------------
Reporter: was | Owner: joyner
Type: defect | Status: new
Priority: minor | Milestone: sage-4.7.1
Component: group theory | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
----------------------------+-----------------------------------------------
In the notebook we have:
{{{
sage: T = SymmetricGroup(3).multiplication_table()
sage: show(T)
Unknown control sequence '\setlength'
sage: latex(T)
\setlength{\arraycolsep}{2\ex}
\begin{array}{r|*{6}{r}}
\multicolumn{1}{c|}{\ast}&a&b&c&d&e&f\\\hline
{}a&a&b&c&d&e&f\\
{}b&b&a&d&c&f&e\\
{}c&c&e&a&f&b&d\\
{}d&d&f&b&e&a&c\\
{}e&e&c&f&a&d&b\\
{}f&f&d&e&b&c&a\\
\end{array}}
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11362>
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.