目录中的点线?

目录中的点线?

在我的目录中,“参考书目”条目被视为章节标题,因此页码处没有一行点。但是,由于它没有章节,所以我的出版商希望有一行点。索引也是如此。

做到这一点最简单的方法是什么?

答案1

使用托克洛夫特包,然后你想在哪里打开它

\addtocontents{toc}{%
    \protect\renewcommand{\protect\cftchapleader}{%-- switch it on here
        \bfseries\protect\cftdotfill{\protect\cftdotsep}}}
\bibliography{your-bib-file}
\makeindex
\addtocontents{toc}{%
    \protect\renewcommand{\protect\cftchapleader}{}}%-- switch it of again

相关内容