-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
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
Check formats and Pandoc 2.11 new citeproc #333
Comments
So one solution is to define in the template both environment.
It seems there is no way to make some part of a Pandoc's template conditional on the Pandoc's version. However, we could make that happens by definining a variable from R to pass to template to activate or not this template part. Anyway, in both case we would need to copy paste this code in each template. Anyhow, I'll go with the simple solution for now (inserting both), and we can discuss a more complex one (conditional insertion) and/or a change in our template udpates following Pandoc changes. |
Oh and we could also not support between Pandoc 2.8 and Pandoc 2.10.1 for Pandoc citation processing... but not sure that is a good idea though |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
Pandoc 2.11 modifies the way citation are processed, we must check it still works with the rticles template.
I know there is some changes that are missing in the templates.
For example, Pandoc has introduced a new
cslreferences
environment that we included in our templateee529ad
but in Pandoc 2.11 it has now changed to
CSLreferences
jgm/pandoc@e0984a4#diff-64a9e5fa4509dce2699276c9e39993b4474e2446c3e86941a2f78a379f8c4079
So we have this error:
We must find a way to support both - all the more because RStudio IDE will bundle Pandoc 2.11+ - so currently rticles is broken with this version.
The text was updated successfully, but these errors were encountered: