没有获取目录中的实际页码

没有获取目录中的实际页码

我正在写论文。根据我的论文,缩写占 2 页,从 (iii) 开始,因此目录致谢中的下一节应从 (v) 编号开始,摘要从 (vi) 开始。

但下图显示这些指定部分的页码显示不正确。

我的代码示例是

\documentclass[12pt,a4paper]{report}
\begin{document}
\tableofcontents
\thispagestyle{empty}
\clearpage\pagenumbering{roman}
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}

\addcontentsline{toc}{chapter}{Abbreviations}
\chapter*{Abbreviations}
{2 page of abbreviations}

\addcontentsline{toc}{chapter}{Acknowledgement} 
\chapter*{Acknowledgement}

\addcontentsline{toc}{chapter}{Abstract}
\chapter*{Abstract}
\end{document}

目录中的页码错误

相关内容