Page LayoutVertical page alignment and oneside option in 'book' class

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
vylain
Posts: 2
Joined: Tue Aug 10, 2010 6:15 pm

Vertical page alignment and oneside option in 'book' class

Post by vylain »

Hi there, here is my problem:

I have wrote a document using the book document class with the following options: 11pt, oneside, openany

I now want to make it double-sided so I removed the 'oneside' option.
When I remove it, the page vertical alignment changes drastically (and not in a good way for me).

With the option, some pages contain a large vertical space at the bottom because a large unsplittable element is next and does not fit in the page (e.g. long align environment).

Without the option, some even pages will have no vertical space at the bottom, but instead the vertical space between page elements will be increased, thus spreading unused vertical space all over the page.

Any idea why it is doing so ?
What options or parameters could change this behaviour ?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

vylain
Posts: 2
Joined: Tue Aug 10, 2010 6:15 pm

Re: Vertical page alignment and oneside option in 'book' cla

Post by vylain »

I just found a solution.
Use \raggedbottom before begin{document} and it works.
But, I still don't understand the change of behavior between the oneside and twoside options...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Vertical page alignment and oneside option in 'book' cla

Post by Stefan Kottwitz »

In two-sided documents LaTeX tries to balance the page bottom such that their bottoms are in line. That's why the page content is stretched.

Stefan
LaTeX.org admin
Post Reply