When I wrote a template, I found that if there is too many empty sections in a chapter, latex will not produce appropriate page breaks. All these sections will just be listed in a single page. Why does that happen?
\documentclass{report}
\begin{document}
\chapter{chp1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\section{sec1}
\end{document}
\mbox{}would be enough. – David Carlisle Nov 28 '14 at 10:12