id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
10787	Operation tables: multiline names for elements, latex names for elements	jhpalmieri	joyner	"In operation tables like Cayley tables, there are two problems right now:

 - if an element's name takes more than one line, the output looks bad.  This example was reported on [http://ask.sagemath.org/question/383/badly-formatted-cayley-table ask.sagemath.org]:
{{{
sage: G=SL(2,ZZ)
sage: identity = matrix(ZZ, [[1,0], [0,1]])
sage: G.cayley_table(names='elements',elements=[identity, -identity])
}}}
 - when producing LaTeX output, the LaTeX code for the element should be used rather than its `_repr_`.  Then matrices (for example) would work well automatically.
"	defect	new	minor	sage-5.10	group theory			rbeezer nthiery jhpalmieri kcrisman		N/A					
