[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 cce22fc..b2

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 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 files changed, 5 i

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 wrote: > > Before: -1^{x} > > Now: \left(-1\right)^{x} > > > > Added a test > > --- > > sympy

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 wro

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

2010-05-05 Thread Øyvind Jensen
I cannot figure out how to fork that repo. Thought there should be a "fork"-button somewhere, but I see nothing. Anyway, The branch is here: jegerjensen/sympy/tree/fix_latex Øyvind on., 05.05.2010 kl. 09.35 -0700, skrev Ondrej Certik: > If possible, do you think you can try to make a clone of t

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

2010-05-05 Thread Ondrej Certik
On Wed, May 5, 2010 at 12:40 PM, Øyvind Jensen wrote: > I cannot figure out how to fork that repo.  Thought there should be a > "fork"-button somewhere, but I see nothing.  Anyway, The branch is here: > jegerjensen/sympy/tree/fix_latex Ah, I forgot that your first (or middle?) name is Jeger, so y

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 > wrote: > > I cannot figure out how to fork that repo. Thought there should be a > > "fork"-button

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

2010-05-05 Thread Aaron S. Meurer
As I mentioned earlier, you can just find a commit by Øyvind somewhere in GitHub and just click on his name, and it will take you to his account. It's really interesting actually, seeing some of the other things that the less often contributors work on. Aaron Meurer On May 5, 2010, at 2:02 PM,