Mi chiedo se si possa semplicemente usare il \newpage
comando LaTeX in R markdown v2 in un modo diverso da questo:
```{r, results='asis', echo=FALSE}
cat("\\newpage")
```
Produco pdf_output. Se any1 ha qualche idea, non esitare a commentare :)! Grazie
Creo pdf in questo modo:
---
title: " "
author: " "
date: "2014"
output:
pdf_document:
includes:
in_header: naglowek.tex
highlight: pygments
toc: true
toc_depth: 3
number_sections: true
keep_tex: true
---