我正在使用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}