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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Report subsection problem
Follow howtoTeX on twitter
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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