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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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