Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Oct 20, 2003 at 06:16:35PM +0300, Martin Vermeer wrote: >> I am pretty confident about this one; it fixes things cleanly in the >> right places with a minimum of fuss. >> >> Attached the slightly cleaned up patch with changelogs. This handles >> now mathinsets, footnote-like and floats. We can extend this as we go. >> >> OK to commit? > | Hm... > | in = pit->isInset(i + 1) ? pit->getInset(i + 1) : 0; > | is identical to > | in = pit->getInset(i + 1);
[snip] | But generally it looks ok (even whitespace...) so if it makes you happy | I don't oppose to committing it. I think we should put it in after some of hte issues you raise is fixed. and then we can see if we shall do the breakBefore and breakAfter stuff. -- Lgb