章节无编号但应在目录中

章节无编号但应在目录中

我有一章没有编号,想将其包含在目录中。目录深度设置为 0。我使用 KOMAscript。

MWE 是:

\documentclass{scrbook}
\setcounter{tocdepth}{0}% Allow only \chapter in ToC

\begin{document}

\tableofcontents

\chapter{one}
\chapter{two}
\addchap{star}

\end{document}

在此处输入图片描述

这能做到吗?

答案1

最初发布的示例是可以运行的。它需要额外运行一次。

重点是使用addchapfor scrbook(不是\chapter*)。

相关内容