Math & ScienceUnwanted extra Line Break around Equation

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Fstalmatski
Posts: 3
Joined: Thu Jan 20, 2011 4:08 pm

Unwanted extra Line Break around Equation

Post by Fstalmatski »

I have the following code.

Code: Select all

General expression for F-value (see for, example, SAS/Stat manual, \cite{SAS9.1STAT}) in this case takes a simple form
\begin{equation*}
F=\frac{({u_c}_i-{u_c}_j)^2}{c_{i,i}-2c_{i,j}+c_{j,j}}
\end{equation*}
Corresponding probability is computed using SAS function $probF$ (see
\cite{SAS9.3L}) as
The formula is displayed surrounded by multiple blank lines before and after. When I made experiment, repeating this passage twice, I have received the two formulas displayed on the same page. It seems, that Latex attempts to allocate all the stuff on the current page, and for some reason doesn't like to start next section on the current page. Any ideas?
Last edited by localghost on Fri Jun 15, 2012 10:44 am, edited 1 time in total.

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Unwanted extra Line Break around Equation

Post by localghost »

For an adequate problem description please prepare a minimal example. Due to missing information it is not possible to give specific help.

For the present take a look at Sections 43.1—43.4 of the excellent »Math mode« document.


Thorsten
Fstalmatski
Posts: 3
Joined: Thu Jan 20, 2011 4:08 pm

Re: Unwanted extra Line Break around Equation

Post by Fstalmatski »

In fact, I have discovered already, that source of problem - next section, for some reason Latex wants to start it on the next page; making vertical alignment of the previous page. When I remove the next section, everything goes normal, next is bibliography.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Unwanted extra Line Break around Equation

Post by Stefan Kottwitz »

It sounds like you use flushbottom mode, try the command \raggedbottom to see if the behavior changes. Then you can decide, which mode to use or if to fix it.

Stefan
LaTeX.org admin
Post Reply