ToC 确认图片列表有两页

ToC 确认图片列表有两页

我的问题是我的图片列表和表格列表各有两页长。在目录中,它们被算作一页,因此后续的页码是错误的。我该如何修复目录以考虑表格/图片列表的长度?

\normalsize
\setcounter{tocdepth}{2}
\setcounter{page}{1}
\clearpage

\pagenumbering{roman}

\addcontentsline{toc}{section}{Abstract}
\section*{Abstract}

{r child = '0_3_Abstract.Rmd'}

\clearpage

\renewcommand{\baselinestretch}{0.75}\normalsize
\tableofcontents
\renewcommand{\baselinestretch}{1.0}\normalsize


\newpage
\addcontentsline{toc}{section}{List of Figures}
\listoffigures
\newpage

\addcontentsline{toc}{section}{List of Tables}
\listoftables
\clearpage

生成:目录,其中表格列表实际上是从第 v 页开始,而不是从第 iv 页开始。

相关内容