
Wie im Bild gezeigt, steht der Abschnittstitel auf der ersten Seite, wenn zwei Textzeilen dahinter stehen.
Der Abschnittstitel wird auf die nächste Seite verschoben, wenn eine Zeile hinzugefügt wird.
Wie behält man beim Hinzufügen einer Textzeile einen Titel auf der ersten Seite bei?
\documentclass[12pt]{article}
\usepackage{lipsum}
\begin{document}
\section{title}
\lipsum[1-3]
%If have this line, it will break the page here.
\section{title}
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
\end{document}