Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2012-08-13 Thread sympy
Updates: Owner: julien.r...@gmail.com Labels: -NeedsBetterPatch Comment #7 on issue 2101 by julien.r...@gmail.com: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 (No comment was entered for this change.)

Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2012-04-02 Thread sympy
Updates: Status: Fixed Comment #6 on issue 2101 by ness...@gmail.com: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 Fixed: https://github.com/sympy/sympy/pull/1174 -- You received this message because you are

Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2012-01-22 Thread sympy
Comment #4 on issue 2101 by asmeu...@gmail.com: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 Right. I may have actually forgotten to convert the \\ into \. -- You received this message because you are subscribed to the

Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2012-01-21 Thread sympy
Comment #3 on issue 2101 by sean.v@gmail.com: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 See https://github.com/sympy/sympy/pull/1009 Aaron, what was posted here should have been right, I think you need to

Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2010-11-15 Thread sympy
Comment #2 on issue 2101 by Maurice.Bremond: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 If I try compiling \\begin{cases} x \\text{for}\\: x 0 0 \\text{for}\\: 0 \\leq x \\end{cases}, I get Misaligned alignment

Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2010-11-12 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2101 by Maurice.Bremond: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 x=Symbol('x') p = Piecewise((x,x0),(0,x=0)) latex(p) '\\begin{cases} x

Re: Issue 2101 in sympy: latex printing with piecewise function : reversed expr and cond

2010-11-12 Thread sympy
Updates: Status: Accepted Labels: NeedsBetterPatch Maurice.Bremond Printing Comment #1 on issue 2101 by asmeurer: latex printing with piecewise function : reversed expr and cond http://code.google.com/p/sympy/issues/detail?id=2101 If I try compiling \\begin{cases} x