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