Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-27 Thread sympy
Comment #4 on issue 2519 by smi...@gmail.com: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 Has this been fixed with the push of #477? -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-27 Thread sympy
Updates: Status: Fixed Labels: -NeedsBetterPatch PassedReview Comment #5 on issue 2519 by Vinzent.Steinberg: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 I think so, please reopen if not. -- You received this

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-27 Thread sympy
Comment #6 on issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 Issue 2536 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-01 Thread sympy
Comment #1 on issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 Issue 2536 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-01 Thread sympy
Updates: Labels: NeedsReview Comment #2 on issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 See https://github.com/sympy/sympy/pull/477 (and the issue I just merged into this one). -- You

Re: Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-07-01 Thread sympy
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #3 on issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 See my comments on the pull request. I think changing fraction() to not special case

Issue 2519 in sympy: latex((x + y)/exp(x)) is inconsistent with pretty-printer

2011-06-27 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Printing New issue 2519 by asmeurer: latex((x + y)/exp(x)) is inconsistent with pretty-printer http://code.google.com/p/sympy/issues/detail?id=2519 In [21]: (x + y)/exp(x) Out[21]: -x (x + y)⋅ℯ In [22]: latex((x +