Text Formatting ⇒ Report subsection problem
-
- Posts: 3
- Joined: Fri Apr 01, 2011 4:33 pm
Report subsection problem
For some reason, there's a huge separation (line skip) between my subsection title and the actual text. Does anyone know how to fix this? Thanks!
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
Re: Report subsection problem
Follow howtoTeX on twitter
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Report subsection problem
some document classes stretch the page contents to fill up the page, in order to get equal page heights. This could result in such extra vertical space.
You could switch it off by \raggedbottom.
Stefan