Page LayoutText spacing

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Lonnie82
Posts: 2
Joined: Sat Jan 12, 2013 3:12 pm

Text spacing

Post by Lonnie82 »

Hi everyone,

I there a way to setup the pages such that the text is not equally distributed, but have a preference for keeping the text at the top of the page?. When I have a figure that gets moved to the next page due to lack of space, I want the text to stop at that point, and not distribute it as evenly as possible over the entire page. When it does this, I get too much space between paragraphs/sections/figures etc.

Is there an easy way to fix this?

Lonnie

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Text spacing

Post by cgnieder »

Hi Lonnie,

Welcome to the LaTeX community!

Sounds like you want to set your document \raggedbottom which can be achieved by placing said command in the preamble.

Regards
site moderator & package author
Lonnie82
Posts: 2
Joined: Sat Jan 12, 2013 3:12 pm

Re: Text spacing

Post by Lonnie82 »

Perfect that solved it...
Post Reply