R Studio change pandoc .tex template -
I want to use a separate latex template for R markdown version 2.
I found the following:
A) The location of the template
system.file ("rmd / latex / default.tex", Package = "rmarkdown")
b) Changes to the case facing YAMML
--- ... Production: pdf_document: template: mytemplate. Tex ---
However, it does not find the correct template location for R Studio / Pandok, because I get the following error message:
pandoc .exe: Data file templates could not be found \ mytemplate.tex
Comments
Post a Comment