Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i choose the page number in Rmarkdown?

What can i do to my pdf output start not in page 1 but in the page 40?

Thanks!

like image 541
tales_alencar Avatar asked Sep 05 '25 06:09

tales_alencar


1 Answers

Because you are using latex, you can put this at the begining of your Rmd, after the yaml

\setcounter{page}{40}
like image 60
Gallarus Avatar answered Sep 07 '25 19:09

Gallarus