Page Layoutbook | Unwanted white Space between Paragraphs

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
vishivish
Posts: 2
Joined: Sun Sep 25, 2011 7:40 pm

book | Unwanted white Space between Paragraphs

Post by vishivish »

Hello there!

Two questions to the board:
  1. I am using 'book' class for my thesis. It appears that to evenly distribute contents on a page, LaTeX inserts extra white space between paragraphs. Is there way to avoid it?
  2. In the end of a chapter, a blank page is inserted before the next chapter. Is there way to remove the blank page?

Thanks everyone in advance!
Vishi

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

book | Unwanted white Space between Paragraphs

Post by localghost »

Both questions might be answered by migrating your document to the »report« class. If for certain reasons you want to keep the »book« class, you can try these suggestions.
  1. Insert the \raggedbottom command in the preamble of your document.
  2. Add the »openany« option to the options for the document class.

Thorsten
Post Reply