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?