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

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -