Updates:
Status: Fixed
Comment #1 on issue 3353 by [email protected]: latex code for piecewise
messed up
http://code.google.com/p/sympy/issues/detail?id=3353
This was fixed in the development version
In [54]: p=Piecewise((x, x < 1), (1, 1 <= x))
In [55]: latex(p)
Out[55]: \begin{cases} x & \text{for}\: x < 1 \\1 & \text{for}\: x \geq 1
\end{cases}
--
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.