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!
Text Formatting ⇒ Report subsection problem
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Report subsection problem
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
Follow howtoTeX on twitter
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Report subsection problem
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
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