Re: Alignment in Gather Environment

2007-12-23 Thread Enrico Forestieri
On Sun, Dec 23, 2007 at 09:36:31PM +0100, Andre Poenitz wrote: > > Index: src/mathed/InsetMathHull.cpp > > === > > --- src/mathed/InsetMathHull.cpp(revision 22219) > > +++ src/mathed/InsetMathHull.cpp(working copy) > > @@ -249

Re: Alignment in Gather Environment

2007-12-23 Thread Andre Poenitz
On Fri, Dec 21, 2007 at 06:48:33PM +0100, Enrico Forestieri wrote: > On Thu, Dec 20, 2007 at 10:04:21PM -0500, rgheck wrote: > > > Enrico Forestieri wrote: > > > On Fri, Dec 21, 2007 at 12:08:18AM +0100, Jean-Marc Lasgouttes wrote: > > > > > > > > >> rgheck <[EMAIL PROTECTED]> writes: > > >> >

Re: Alignment in Gather Environment

2007-12-22 Thread Enrico Forestieri
On Sat, Dec 22, 2007 at 11:22:10AM +0100, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Jürgen, Ok for branch? > > OK. Committed. -- Enrico

Re: Alignment in Gather Environment

2007-12-22 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Jürgen, Ok for branch? OK. Jürgen

Re: Alignment in Gather Environment

2007-12-21 Thread rgheck
I think that the attached patch fixes it. Confirmed that Enrico's patch fixes this. Jürgen, Ok for branch? I'd suggest it. rh

Re: Alignment in Gather Environment

2007-12-21 Thread Enrico Forestieri
On Thu, Dec 20, 2007 at 10:04:21PM -0500, rgheck wrote: > Enrico Forestieri wrote: > > On Fri, Dec 21, 2007 at 12:08:18AM +0100, Jean-Marc Lasgouttes wrote: > > > > > >> rgheck <[EMAIL PROTECTED]> writes: > >> > >> > >>> In the gather environment in LyX 1.5.x, as well as in earlier > >>> v

Re: Alignment in Gather Environment

2007-12-20 Thread rgheck
Enrico Forestieri wrote: On Fri, Dec 21, 2007 at 12:08:18AM +0100, Jean-Marc Lasgouttes wrote: rgheck <[EMAIL PROTECTED]> writes: In the gather environment in LyX 1.5.x, as well as in earlier versions, everything is right-aligned, which both looks weird and is wrong as far as on-scree

Re: Alignment in Gather Environment

2007-12-20 Thread Enrico Forestieri
On Fri, Dec 21, 2007 at 12:08:18AM +0100, Jean-Marc Lasgouttes wrote: > rgheck <[EMAIL PROTECTED]> writes: > > > In the gather environment in LyX 1.5.x, as well as in earlier > > versions, everything is right-aligned, which both looks weird and is > > wrong as far as on-screen display is concerne

Re: Alignment in Gather Environment

2007-12-20 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > In the gather environment in LyX 1.5.x, as well as in earlier > versions, everything is right-aligned, which both looks weird and is > wrong as far as on-screen display is concerned. I had a quick look at > the code Isn't there a difference between "gather" an

Alignment in Gather Environment

2007-12-20 Thread rgheck
In the gather environment in LyX 1.5.x, as well as in earlier versions, everything is right-aligned, which both looks weird and is wrong as far as on-screen display is concerned. I had a quick look at the code char InsetMathSplit::defaultColAlign(col_type col) { if (name_ == "split")