Page Layout ⇒ Text spacing
Text spacing
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
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
Text spacing
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