如何创建包含标题和页码但没有图号的图表列表?
答案1
最简单的答案是
\begingroup
\renewcommand\numberline[1]{}
\listoffigures
\endgroup
但这当然不会抑制图形标题中的图形编号。
更复杂的设置托克洛夫特可以更好地控制外观的是
\usepackage{tocloft}
\renewcommand\cftfigpresnum{\setbox0=\hbox\bgroup}
\renewcommand\cftfigaftersnum{\egroup}
\setlength\cftfignumwidth{0pt}
\setlength\cftfigindent{0pt}
这样,标题就会与左边距齐平。
答案2
正如 Marco 所说,最简单的方法可能是使用caption
包:
\usepackage[listformat=empty]{caption}
此外,如果您使用它们来修改内容格式,titletoc
或者包也会有所帮助。tocloft