\documentclass{report}
\usepackage[bottom=1cm, top =1cm]{geometry}
\usepackage{lipsum}
\begin{document}
\lipsum[1-8]
\lipsum[5][1-5]
another paragraph
consider the following cases:
case1
case2
\lipsum[6-7]
\end{document}
In the output the listing of cases and the introductory statement are on separate pages:
I am thinking about inserting an empty line after "another paragraph" to nudge the introductory statement over to the next page. Or two empty lines if two lines of the introductory statement were to be nudged over.
Or maybe somebody has a better idea how to control the text distribution in this case?
