We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a Rmd document contains bibliography field in YAML metadata, I get this error when producing a PDF.
bibliography
pandoc.exe: Filter pandoc-citeproc not found
pandoc 1.13
The text was updated successfully, but these errors were encountered:
What OS? Windows?
On Aug 17, 2014, at 1:22 AM, LiuYadong [email protected] wrote: When a Rmd document contains bibliography field in YAML metadata, I get this error when producing a PDF. pandoc.exe: Filter pandoc-citeproc not found pandoc 1.13 — Reply to this email directly or view it on GitHub.
On Aug 17, 2014, at 1:22 AM, LiuYadong [email protected] wrote:
— Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
Windows 8.1 update the latest RStudio
I've traced this to pandoc.hs 116-117. It checks for PATH, but apparently Windows doesn't use this name for the environment variable.
pandoc.hs
PATH
58cbd20
No branches or pull requests
When a Rmd document contains
bibliography
field in YAML metadata, I get this error when producing a PDF.pandoc.exe: Filter pandoc-citeproc not found
pandoc 1.13
The text was updated successfully, but these errors were encountered: