我的目录中有一个未满的垂直框,我不知道该如何将其删除。下面是一个例子:
\documentclass{scrbook}
\KOMAoptions{
fontsize=11pt,
twoside=true,
BCOR=20mm,
DIV=13,
headsepline=true,
}
\recalctypearea
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{Chapter}
\section{Section}
\section{Section}
\section{Section}
\section{Section}
\section{Section}
\section{Section}
\chapter{Chapter}
\section{Section}
\subsection{Subsection}
\subsection{Subsection}
\subsection{Subsection}
\section{Section}
\subsection{Subsection}
\subsection{Subsection}
\chapter{Chapter}
\section{Section}
\section{Section}
\section{Section}
\subsection{Subsection}
\subsection{Subsection}
\subsection{Subsection}
\section{Section}
\subsection{Subsection}
\subsection{Subsection}
\section{Section}
\chapter{Chapter}
\section{Section}
\subsection{Subsection}
\subsection{Subsection}
\subsection{Subsection}
\subsection{Subsection}
\subsection{Subsection}
\section{Section}
\chapter{Chapter}
\section{Section}
\subsection{Subsection}
\subsection{Subsection}
\section{Section}
\section{Section}
\chapter{Chapter}
\section{Section}
\section{Section}
\end{document}
非常感谢您的帮助!
答案1
您可以忽略警告,也可以为目录添加更多灵活性,例如添加
\RedeclareSectionCommand[tocbeforeskip=1em plus 3pt]{chapter}
序言将章节条目前的空间拉伸分量从 1pt 更改为 3pt,从而无需任何警告即可设置目录。
(感谢 esdd 提供的 scrbook 界面来进行此项设置)