Re: [PATCH] Fix missing brackets in latex output of (-1)**x

2010-05-05 Thread Øyvind Jensen
I pushed it to the branch fix_latex ti., 04.05.2010 kl. 15.09 -0700, skrev Ondrej Certik: +1, is it in your branch somewhere? Ondrej OnMon, May 3, 2010 at 3:32 AM, Øyvind Jensen jensen.oyv...@gmail.com wrote: Before: -1^{x} Now: \left(-1\right)^{x} Added a test ---

Re: [PATCH] Fix missing brackets in latex output of (-1)**x

2010-05-05 Thread Ondrej Certik
If possible, do you think you can try to make a clone of this repository? http://github.com/sympy/sympy/network So that I can see your branch in the network. If you are busy, at least tell me your github name, I can't find it currently. Ondrej On Wed, May 5, 2010 at 12:52 AM, Øyvind Jensen

Re: [PATCH] Fix missing brackets in latex output of (-1)**x

2010-05-05 Thread Øyvind Jensen
Well, Jeger means hunter and it is more of a joke, really... From the good old days ;-) on., 05.05.2010 kl. 13.02 -0700, skrev Ondrej Certik: On Wed, May 5, 2010 at 12:40 PM, Øyvind Jensen jensen.oyv...@gmail.com wrote: I cannot figure out how to fork that repo. Thought there should be a

Re: [PATCH] Fix missing brackets in latex output of (-1)**x

2010-05-04 Thread Ondrej Certik
+1, is it in your branch somewhere? Ondrej OnMon, May 3, 2010 at 3:32 AM, Øyvind Jensen jensen.oyv...@gmail.com wrote:   Before:   -1^{x}   Now:      \left(-1\right)^{x}   Added a test ---  sympy/printing/latex.py            |    3 ++-  sympy/printing/tests/test_latex.py |    3 +++  2

[PATCH] Fix missing brackets in latex output of (-1)**x

2010-05-03 Thread Øyvind Jensen
Before: -1^{x} Now: \left(-1\right)^{x} Added a test --- sympy/printing/latex.py|3 ++- sympy/printing/tests/test_latex.py |3 +++ 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/sympy/printing/latex.py b/sympy/printing/latex.py index