I'm using rmarkdown in RStudio to create a dynamic pdf document.
Where and how can I define the prefixes to be used by Pandoc in a rmarkdown, knitr pdf output generation in place of those default values automatically being assumed?
For instance, in the table of contents automatically created, I don´t want the default value assumed as "Contents". The same for the automatic prefix added for each chapter created, instead of "Chapter 'X'" I want to use my own language for that.
Is that possible to set this globally by any pandoc-args passed thru the YAML? Is there any ChapterPrefix and/or equivalent "TOCPrefix"?