Re: [Cvslog] r16911 - /lyx-devel/trunk/src/paragraph.C

2007-02-10 Thread Michael Gerz
Folks, I committed a slightly modified patch that handles paragraph labels in a better way and counts the columns correctly. Deleted spaces are now ignored correctly in the LaTeX output. Unfortunately, I noticed a bug in dvipost: If the first character in a description body is deleted, the d

Re: [Cvslog] r16911 - /lyx-devel/trunk/src/paragraph.C

2007-02-09 Thread Michael Gerz
Georg Baum schrieb: I think that the problems are solved. I put the first FIXME there because the space output was before the CT check, and the second one because it was possible that nothng was output between the CT marks. Actually, I am not so sure anymore whether the fix is fully correct. I

Re: [Cvslog] r16911 - /lyx-devel/trunk/src/paragraph.C

2007-02-09 Thread Georg Baum
Michael Gerz wrote: > Georg, > > I had a look at the FIXMEs you added. Actually, I don't understand > completely what you mean. However, I noticed that some deleted spaces > are erroneously shown in the output (with CT output disabled). I fixed > this by putting the check for deleted text to the

Re: [Cvslog] r16911 - /lyx-devel/trunk/src/paragraph.C

2007-02-09 Thread Michael Gerz
Georg, I had a look at the FIXMEs you added. Actually, I don't understand completely what you mean. However, I noticed that some deleted spaces are erroneously shown in the output (with CT output disabled). I fixed this by putting the check for deleted text to the top of the loop. Georg, do

Re: [Cvslog] r16911 - /lyx-devel/trunk/src/paragraph.C

2007-01-28 Thread Georg Baum
Am Sonntag, 28. Januar 2007 20:44 schrieb Michael Gerz: > Thanks. It may take a few days though until I can have a look... Don't worry, this part of the code will get more complicated soon ;-) Georg

Re: [Cvslog] r16911 - /lyx-devel/trunk/src/paragraph.C

2007-01-28 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: baum Date: Sun Jan 28 20:36:30 2007 New Revision: 16911 URL: http://www.lyx.org/trac/changeset/16911 Log: Add two FIXMEs for Michael Thanks. It may take a few days though until I can have a look... Michael