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

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

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -