Page Layout ⇒ Preventing single line in a page.
Preventing single line in a page.
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Preventing single line in a page.
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10