>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 26-Nov-2001 John Levon wrote: >> On Mon, Nov 26, 2001 at 05:16:57PM +0100, Juergen Vigna wrote: >>> - p.pain->line(0, y, ww, y, LColor::pagebreak, >>> Painter::line_onoffdash); + p.pain->line(p.xo, y, p.xo + p.width, >>> y, LColor::pagebreak, Painter::line_onoffdash); >>> >>> Did you look what ww was in this context? IMO it not always is >>> p.width! >> Given that pagebreaks should be disallowed in minipage etc. it >> makes no difference (does it ?). I changed it so it looks similar >> to other cases (code is confusing enough already). Juergen> Well but then we should disallow generally pagebreaks inside Juergen> InsetText! IMO there is no case where this should be allowed, Juergen> is there (LaTeX experts?) I think you are right. JMarc