Text FormattingIncremented Vertical Space on a Page

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
GommaFleX
Posts: 10
Joined: Tue Aug 16, 2011 12:19 pm

Incremented Vertical Space on a Page

Post by GommaFleX »

Hi,

I have two subsection:

Code: Select all

\subsection{First Subsection}
The first problem to solve is...
...
\subsection{Second Subsection}
The previous problem considered...
Under the first subsection title there is a little space. In the second subsection the space seems double. Indeed, the space has increased before (and after) \begin{equation} of the second subsection, and this is the real problem for me. I cannot realize what is wrong, I get no errors. Can someone help me please?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Incremented Vertical Space on a Page

Post by Stefan Kottwitz »

Hi,

generally it would be good if you would provide more information, such as document class and preamble. The best would be a Infominimal working example, which means a bit more work for you but less work for each of the readers for verifying the problem and giving a working fix. This would increase the chance for getting a solution - just an advice.

Depending on the document class, this spacing can be caused by vertical stretching for getting equal text heights on all pages. You could try

Code: Select all

\raggedbottom
in your preamble to switch it off, if you don't like that.

Stefan
LaTeX.org admin
GommaFleX
Posts: 10
Joined: Tue Aug 16, 2011 12:19 pm

Re: Incremented Vertical Space on a Page

Post by GommaFleX »

Thank you for the advice. Your solution seems worked for me, so I mark the problem as solved.
Post Reply