I would like to customize the default LaTeX template used by rmarkdown's pdf_document. I have looked through the source code of the rmarkdown package and it does not appear to be there. The only .tex
files there are the following.
inst/rmd/latex/subtitle.tex
inst/rmd/fragment/default.tex
These are just fragments.
In the past, it seems like the template was available in inst/rmd
(see https://stackoverflow.com/a/52779863).
Is the default template for pdf_document just using pandoc's default template? I presume not.