Text Formattingshort question about vertical fill

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Faust
Posts: 55
Joined: Thu Oct 29, 2009 12:45 pm

short question about vertical fill

Post by Faust »

Often when I have some text with a graphic (float) or a table and it doesnt fit, TeX will put it on the next page. When the text is not enough to fill the whole page, tex will make more spaces between paragraphs sections etc.

I don't like this layout, so I will insert a \newpage command below the text so this doesnt happen; figure gets placed on the next page and the white space is below the \newpage command.

Is there a global command to make TeX always behave like that?

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

short question about vertical fill

Post by localghost »

The \raggedbottom command is what you are searching for.


Best regards
Thorsten
Post Reply