-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Can pandoc support multiple citations in org-ref style ? #7101
Comments
Thank you for raising this issue. It would be important for us to know whether the proposed syntax is supported by org-ref. I don't want to add more custom extensions to org-mode syntax, but I'd happily improve support for org-ref citations.test. The section on citation handling in pandoc's org docs might also be of use. |
I am not sure if I made myself clear :D Please allow me to restate my question. |
Right, I understand that. My question was whether org-ref supports that as well, because our answer depends on that fact. |
As shown in John Kitchin's introduction to org-ref, The file (manuscript.org) can be downloaded in his corresponding blog, which shows the syntax mentioned above. |
Good, then it does makes sense to add support for this. |
After reading the code, I realized that this should already have been supported. So this is due to a bug. |
Thanks for the report! |
@tarleb Could you suggest how to use this fix ? It looks like that even the relatively newer pandoc/core docker image does not contain the fix. :D Can one download binaries from your "daily test" platform ? Does one have to build from source ? |
You could download and install the latest nightly build. |
Currently pandoc has basic support for the cite:citeKey. It looks like further improvement on recognition of citations in org-ref style is on hold because the official org-mode syntax is still work in progress. Nevertheless, for a typical manuscript,
cite:citeKey
is not enough, and continuous multiple citations such ascite:citeKey1,citeKey2
are very common. Can you consider make pandoc support multiple citationscite:citeKey1,citeKey2
in org-ref style ?sample.bib
Single citation in
cite:citeKey
org-ref style worksAs shown below, multiple citations in
cite:citeKey1,citeKey2
org-ref style do not workpandoc is latest 2.11.4
The text was updated successfully, but these errors were encountered: