Page LayoutFull page stretching problem

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Sullivan
Posts: 3
Joined: Mon Apr 11, 2011 10:05 pm

Full page stretching problem

Post by Sullivan »

Hello,

I have a problem with my latex document.
I just noticed LaTeX kinda "stretches" the text to fill the entire height of the page. It is allright, except I use minitoc in my document and some chapters have few sections so the text is too much stretched that way :
Capture d’écran 2011-04-12 à 08.05.57.png
Capture d’écran 2011-04-12 à 08.05.57.png (34.19 KiB) Viewed 4015 times
I would like to be able to disable that behaviour on demand. Is that possible ?

Here you can find a zip archive containing a minimal example and my phd thesis style that probably make this problem appear.
minimalTOC.zip
(3.07 KiB) Downloaded 164 times
thanks in advance

regards

Edit: I found a solution, even if I'm not sure this is the perfect one. I used to use a pagebreak after each one of my minitoc and clearpage solved this problem.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Full page stretching problem

Post by Stefan Kottwitz »

Hi Sullivan,

\raggedbottom disables the stretching, \flussbottom enables it.

Stefan
LaTeX.org admin
Post Reply