\documentclass[12pt,a4paper]{report}
\usepackage{graphicx}
\graphicspath{ {Home/} }
\usepackage{newlfont}
\usepackage{color}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{cool}
\usepackage{esdiff}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{physics}
\usepackage{hyperref}
\textwidth=450pt\oddsidemargin=0pt
\begin{document}
\begin{titlepage}
...
\end{titlepage}
\chapter*{Abstract}
\tableofcontents{}
\chapter{Introduction}
... other chapters...
\end{document}
当我添加
\chapter*{Abstract}
在 pdf 文档的“目录”中,指示章节位置的页面编号是错误的。我似乎认为包含摘要的页面被抵消了,因此目录中指示的页面发生了移动,并且它们的编号变得更高。
答案1
你只需要编译两次。第二次它就会正确编号。