Hi Guys,
I have a little question to ask.
Is there a way to prevent a single line page. In my thesis I got a page with a single line and my advisor asked me to prevent this. Apart from changing the margins, how can I do so?
Thanks
Page Layout ⇒ Preventing single line in a page.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Preventing single line in a page.
You need to alter the penalty for widows/orphans. Not sure which, I always get the two confused. That should stop the behaviour
http://en.wikibooks.org/wiki/LaTeX/Page ... nd_orphans
If that doesn't work, try adding \raggedbottom to your preamble
http://en.wikibooks.org/wiki/LaTeX/Page ... nd_orphans
If that doesn't work, try adding \raggedbottom to your preamble
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Preventing single line in a page.
It can't do any harm to raise both to a value where widows and orphans are completely prohibited.php1ic wrote:You need to alter the penalty for widows/orphans. Not sure which, I always get the two confused. That should stop the behaviour [...]
Code: Select all
\widowpenalty=10000\clubpenalty=10000
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10