该项目的 Overleaf 链接 我正在使用 \listoftables 生成目录中的表格列表,目录中的表格编号与章节编号一起显示(例如表 1.1 表格标题),但在目录中它显示为(1 表格标题)。
答案1
要在表格列表中添加单词 Table(以及在图片列表中添加单词 Figure),请在前面添加此代码\begin{document)
\usepackage{tocloft}
\renewcommand{\cfttabpresnum}{\tablename\space}
\addtolength{\cfttabnumwidth}{5ex}
\renewcommand{\cftfigpresnum}{\figurename\space}
\addtolength{\cftfignumwidth}{6ex}
( 如果你不使用它,也请从你的序言中删除它,并将其\usepackage{floatrow}
作为 最后一个包加载}\floatsetup[table]{capposition=top}
hyperref