this is my code
\begin{align}
S(\Theta)&=\ln\left|\nu(\Theta)\right|\label{eq:S_theta}\\
\intertext{where $\nu(\Theta)$ is the determinant of the covariance matrix of the responses, which are defined as:}
\nu_{ij}(\Theta)&=\sum_{u=1}^n \left[Y_{iu}-f_{iu}(\Theta)\right]\cdot\left[Y_{ju}-f_{ju}(\Theta)\right]\label{eq:nu_ij}
\end{align}
I am using the align environment (from amsmath) to align my equations. Since my equations are at the lower and of my page after compiling the page break is after the first equation. This would not desturb me so much, although I would like to have the equations all on one page. But now also a table gets positioned on the top of my next page so that I see the first equation on one page, then the table, then my intertext, and finally my second equation.
Does anybody have an idea how to solve this issue?
Thanks a lot