Text FormattingReport subsection problem

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
alphaChaser
Posts: 3
Joined: Fri Apr 01, 2011 4:33 pm

Report subsection problem

Post by alphaChaser »

Hi,

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!

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

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

Re: Report subsection problem

Post by Frits »

Without a Minimal Working Example there isn't much to say. Does this occur only once or every time a subsection is created? If it's just once you can try to add a negative \vspace{} command, although it isn't a very nice solution.
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Report subsection problem

Post by Stefan Kottwitz »

Hi,

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
LaTeX.org admin
Post Reply