The YAML header:
---
subtitle: "subtitle"
title: "title"
output:
pdf_document:
toc: true
toc_depth: 2
number_sections: true
---
This places the table of contents at the very beginning of the document but I would like to have it after the two first pages.
Does anyone know how to manage this? I would prefer not to use too much LaTeX.


