阻止 tocbind 将目录添加到目录中

阻止 tocbind 将目录添加到目录中

我正在使用tocbibind将参考书目添加到目录中。但是,tocbibind还将目录添加到目录中。我该如何防止这种情况?以下是一个例子:

\documentclass[12pt]{report}

\usepackage[titles]{tocloft}
\usepackage{tocbibind}

\begin{document}

\setcounter{tocdepth}{2}
\tableofcontents

\chapter{A chapter title}
Some text.

\chapter{Another one}
Some more text.

\end{document}

相关内容