Anyway:
In my document, I would like to have a very specific page break rule at certain points:
If it's less than half a page left, then start a new page.
I found \pagebreak, and I thought that could work with a low priority, but \pagebreak[4] works exactly like \newpage, which is useless to me, and \pagebreak[3] through \pagebreak[0] don't seem to do anything at all.
Any suggestions to what I can do?
I suppose writing some custom environment would be the best thing, but that is beyond my LaTeX capabilities.
Oh, and a preemptive comment:
Please don't tell me I should do what LaTeX wants because it "knows best". This document is only going to be read by me, so any standard typography conventions are completely irrelevant.
