I would not want to have an empty spot in my PDF release, which certainly means there is no header method in R markdown when inserting pdf.
I would like that I did not have a name and the text began with a page request. Can someone tell me how to do this?
My code so far looks like this:
---
output:
pdf_document:
highlight: pygments
toc: false
number_sections: true
---
text
Thanks for any advice!
source
share