I'm writing a thesis which has mostly text and figures. Figures are inserted as
[htbp]
or [hbp]
if I want to push it to the bottom. Often I will get a page with a single line of text, then a figure (might be half a page -- ie small enough for Latex to want to place the float 'inline'), then the next \section{}
heading immediately below the figure.Question -- how do I stop a single line appearing like this? Partly it is ugly; partly it is distracting; and partly, it is easy to miss this line because you immediately start looking at the figure at the (almost) top of the page. I searched a bit but I can only find info on 'widow/orphan' penalties; but this is not exactly the problem I have, since the text isn't on an otherwise empty page.
Is there a penalty I can set that forces Latex NOT to make a pagebreak on the previous page, and just include that extra line there.
Thanks