One possibility is that Chapter 13 (with 3 sections) would carry over to the second page and as a result is not listed. If this is the problem can I compress the table of contents to one page or include text on the second currently blank page?
Another possibility is that chapter 13, which mostly consists of references formatted as a list (rather than in bibliographic database format) is an issue.
The preamble follows. After reading other posts I added the setcounter commands, but this made no difference.
Code: Select all
\documentclass{book}
\setcounter{secnumdepth}{7}
\setcounter{tocdepth}{13}
\input{preamble}
\begin{document}
\tableofcontents
\include{Chapter1}
\include{Chapter2}
\include{Chapter3}
\include{Chapter4}
\include{Chapter5}
\include{Chapter6}
\include{Chapter7}
\include{Chapter8}
\include{Chapter9}
\include{Chapter10}
\include{Chapter11}
\include{Chapter12}
\include{Chapter13}
\end{document}
Code: Select all
\section{References}
\begin {itemize}
%\begin{compactenum}
%\begin{compactitem}
\item Adler, Ken (2010). Telephone interview. December 22.
\item Anderson, Ian (2008). E-mail correspondence. October 15.
\item Anderson, Ian (2013). E-mail correspondence. September 15.
\item Anderson, Ian (2015). E-mail correspondence. December 20.
\enditemize