完成第一章后,我需要更多空间来在目录中包含空行空间。
答案1
由于您没有提供任何MWE
,因此假定您使用标准book
模板,并且MWE
是:
\documentclass{book}
\begin{document}
\tableofcontents
\chapter{First chapter}
\section{Test}
\addtocontents{toc}{\vspace{1\baselineskip}}
\chapter{Second Chapter}
\end{document}