Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Printing

New issue 3062 by [email protected]: set and frozenset are not printed correctly with latex()
http://code.google.com/p/sympy/issues/detail?id=3062

In [45]: latex(set([x**2]))
Out[45]: set([x**2])

In [46]: latex(frozenset([x**2]))
Out[46]: frozenset([x**2])

These should probably print like \operatorname{set}{\left ( \begin{bmatrix}x^{2}\end{bmatrix} \right )}.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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/sympy-issues?hl=en.

Reply via email to