Me pregunto si uno podría simplemente usar el \newpage
comando LaTeX en R markdown v2 de una manera diferente a esta:
```{r, results='asis', echo=FALSE}
cat("\\newpage")
```
Produzco pdf_output. Si alguien tiene alguna idea, no dude en comentar :)! Gracias
Creo pdf como este:
---
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
---