如何将目录推送到Rmarkdown中的第2页?

如何将目录推送到Rmarkdown中的第2页?,r,latex,r-markdown,data-science,pdflatex,R,Latex,R Markdown,Data Science,Pdflatex,上面是我的R代码 --- title: "Thshe" author: \textcolor{blue}{tEx Ty} date: '`r format(Sys.Date(), "%d-%B-%Y")`' output: bookdown::pdf_document2: latex_engine: lualatex tufte::tufte_handout: latex_engine: xelatex linkcolor: black fontsize: 12

上面是我的R代码

---
title: "Thshe"
author: \textcolor{blue}{tEx Ty}
date: '`r format(Sys.Date(), "%d-%B-%Y")`'
output:
  bookdown::pdf_document2:
    latex_engine: lualatex
  tufte::tufte_handout:
    latex_engine: xelatex     
linkcolor: black
fontsize: 12pt
geometry: margin = 1.2in
header-includes:
  - \usepackage{titling}
  - \pretitle{\begin{center}
  - \posttitle{\end{center}}
    \includegraphics[width=2in,height=2in]{C:/Users/User/Downloads/download.png}\LARGE\\}
---

\centering
\raggedright
\newpage
\tableofcontents
\listoffigures
\listoftables