I am trying to specify a CSL style on my RMarkdown Document as below
---
documentclass: article
fontsize: 12pt
linkcolor: blue
output: pdf_document
bibliography: bibliography.bib
csl: biomed-central.csl
---
but it gives me an error
pandoc-citeproc.exe: biomed-central.csl: openBinaryFile: does not exist (No such file or directory)
pandoc.exe: Error running filter pandoc-citeproc
Error: pandoc document conversion failed with error 83
On
Windows 7 64 bit
and R Version 3.1.2
and RStudio 0.98.1091
How can I specify a CSL style.
~\AppData\Local\Pandoc
– Ahncsl: ~/appdata/local/pandoc/biomed-central.csl
? – Creptpandoc-citeproc.exe: InvalidUrlException "~/appdata/local/pandoc/biomed-central.csl" "Invalid scheme"
– Ahn