On Fri, Nov 29, 2002 at 11:47:07AM +0100, Jeroen Vriesman wrote: > > I've set the distance between alinea's to a fixed 4mm, but sometimes, when a new >alinea starts it starts on the end of a page, having only one or two lines on the end >of the page. > Which is ugly. > How can I make an alinea start on a new page if it would have less than 4 lines on >the page where it normally starts?
Try adding the following line to the preamble: \raggedbottom \widowpenalty=10000 \clubpenalty=10000 Note that this appears in the LyX documentation (FAQ.lyx) !
