Re: [PATCH] Bug 3081: LaTeX error dialog doesn't exactly point to the error

2007-02-25 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Hello, Jean-Marc> The following patch fixes texrow computation in the case Jean-Marc> where paragraph alignment is used. There was a one by one Jean-Marc> error because a \n was added to the centering commands Jean-M

[PATCH] Bug 3081: LaTeX error dialog doesn't exactly point to the error

2007-02-24 Thread Jean-Marc Lasgouttes
Hello, The following patch fixes texrow computation in the case where paragraph alignment is used. There was a one by one error because a \n was added to the centering commands (probably in the work to help Sweave). The fix is to pass texrow to relevant functions and update it. I'll commit tomo