Re: [PATCH] Spacing Metrics

2007-12-20 Thread rgheck
Enrico Forestieri wrote: On Thu, Dec 20, 2007 at 02:33:54PM -0500, rgheck wrote: Forgot another one. Attached is a simple-minded patch that adjusts the display size of some spaces in LyX. This makes the interword and protected spaces the same size as a normal space rather than the same size

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: [PATCH] Spacing Metrics

2007-12-20 Thread Enrico Forestieri
On Thu, Dec 20, 2007 at 02:33:54PM -0500, rgheck wrote: > > Forgot another one. > > Attached is a simple-minded patch that adjusts the display size of some > spaces in LyX. This makes the interword and protected spaces the same > size as a normal space rather than the same size as an "x", which

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")

[PATCH] Spacing Metrics

2007-12-20 Thread rgheck
Forgot another one. Attached is a simple-minded patch that adjusts the display size of some spaces in LyX. This makes the interword and protected spaces the same size as a normal space rather than the same size as an "x", which in my default screen fonts looks too big. I've also adjusted the siz

Re: [PATCH] Spacing Metrics

2007-12-20 Thread Peter Kümmel
rgheck wrote: Attached is a simple-minded patch that adjusts the display size of some spaces in LyX. This makes the interword and protected spaces the same size as a normal space rather than the same size as an "x", which in my default screen fonts looks too big. I've also adjusted the size o

[PATCH] Spacing Metrics

2007-12-20 Thread rgheck
Attached is a simple-minded patch that adjusts the display size of some spaces in LyX. This makes the interword and protected spaces the same size as a normal space rather than the same size as an "x", which in my default screen fonts looks too big. I've also adjusted the size of the quad, wh

Re: [Cvslog] r22216 [2/2] - in /lyx-devel/trunk/po: LINGUAS ru.po

2007-12-20 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Modified: lyx-devel/trunk/po/ru.po Juergen, I got an updated ru.po for trunk and I would like to use it for branch. This means readding ru to LINGUAS (we removed it earlier). OK? JMarc

Re: [patch] [995] nocite (was: Re: [patch] Re: "Content: all cited references"...?)

2007-12-20 Thread rgheck
Bernhard Reiter wrote: Bernhard Reiter wrote: *ping* I'm sorry, I'm quite busy ATM. Should I post it to bugzilla so it doesn't get lost? Yes, please. And try to get somebody else to look at it (and commit it). I'm fine with the patch (AFAICT from the quick look I had

[patch] [995] nocite (was: Re: [patch] Re: "Content: all cited references"...?)

2007-12-20 Thread Bernhard Reiter
> Bernhard Reiter wrote: > > *ping* > > I'm sorry, I'm quite busy ATM. > > > Should I post it to bugzilla so it doesn't get lost? > > Yes, please. And try to get somebody else to look at it (and commit > it). I'm > fine with the patch (AFAICT from the quick look I had). anyone? ( see http:/

Re: Update of lib/doc/LaTeXConfig.lyx: added location of jsclasses and Japanese standard classes

2007-12-20 Thread Koji Yokota
I guess it was a stony road to convince ASCII Corp. to put it on CTAN. No, it was not that hard :) Actually, they had a plan to do it in near future. What is the current official license for PTeX? I only found this: http://www.ctan.org/tex-archive/help/Catalogue/licenses.other-free.html (htt

Re: Redraw problems

2007-12-20 Thread Abdelrazak Younes
Stefan Schimanski wrote: Hi! For some time now (10 days?!) there are problems with the redraw of the current paragraph: Sometimes the background is not cleared before painting the text and you get a lot of garbage on screen. Entering a math inset or scrolling a line up/down (and hence the ful

Re: r22214 - /lyx-devel/trunk/src/mathed/MathMacroTemplate.cpp

2007-12-20 Thread Stefan Schimanski
[EMAIL PROTECTED] wrote: Author: sts Date: Wed Dec 19 23:57:22 2007 New Revision: 22214 URL: http://www.lyx.org/trac/changeset/22214 Log: * at least return a valid template on parse error, but: FIXME: The macro template does not make sense after this. The whole parsing should not be in a constru

Re: r22214 - /lyx-devel/trunk/src/mathed/MathMacroTemplate.cpp

2007-12-20 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: sts Date: Wed Dec 19 23:57:22 2007 New Revision: 22214 URL: http://www.lyx.org/trac/changeset/22214 Log: * at least return a valid template on parse error, but: FIXME: The macro template does not make sense after this. The whole parsing should not be in a const