Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2894 by [email protected]: Several options in latex() don't
work
http://code.google.com/p/sympy/issues/detail?id=2894
From https://github.com/sympy/sympy/pull/802
The parameters "mat_str" and "mat_delim" currently don't work.
Expected:
>>> latex([[1]], mat_str = "smallmatrix")
\begin{smallmatrix}\begin{smallmatrix}1\end{smallmatrix}\end{smallmatrix}
Got:
latex([[1]], mat_str = "smallmatrix")
\begin{bmatrix}\begin{bmatrix}1\end{bmatrix}\end{bmatrix}
--
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.