对于我的博士论文,我需要在目录页的底部提及字数。这是我的 latex 文件的一个小的最小工作示例。
\documentclass[11pt,a4paper,twoside,onecolumn,hidelinks]{report}
\begIn{document}
\begin{titlepage}
....
\end{titlepage}
\thispagestyle{empty}
\tableofcontents
\listoffigures % makes a list of figures
\listoftables % uncomment this if you have tables
\newpage
\chapter{Introduction}
.....
\end{document}