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 3943 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 161 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.

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

Stefan Kottwitz
Site Admin
Posts: 10324
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