如图所示,如果章节标题后面有两行文字,则该章节标题将出现在第一页。
如果添加一行,则章节标题将移动到下一页。
如何在添加一行文本时在第一页保留一个标题?
\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}