不含标题且带有“tocloft”的目录(class=report)

不含标题且带有“tocloft”的目录(class=report)

我希望目录不包含任何标题和垂直空格跳跃。如何使用tocloft包来实现?

我见过无标题的目录,但代码\renewcommand{\tableofcontents}{\@starttoc{toc}}对我来说不起作用。(大概是因为tocloft包裹?)

任何帮助都将受到赞赏。

答案1

重新定义“标题制作”宏:

\usepackage{tocloft}
\makeatletter
\renewcommand{\@cftmaketoctitle}{}
\makeatother

相关内容