-
-
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
notes-after-punctuation ignored #7826
Comments
This is not actually a bug. The style you're using is not a note style; it's a numerical style (where the numbers happen to be formatted as superscripts and thus resemble notes). |
I'm getting the same behavior with the AMA 11th edition CSL, attached. This appears to be an in-text style, and pandoc-citeproc PR 384 was intended to fix this same issue with a previous version of AMA style. That pandoc-citeproc issue doesn't include a MWE or the CSL file, so I can't test it against my current document. |
Ah yes! And this code is in the Pandoc.Citeproc module too, but somehow not taking effect. I'll look into it. |
Explain the problem.
Numbered citations are being placed before, not after, punctuation, even when
notes-after-punctuation: true
is included in the metadata.punc.md
:Call:
Result:
![Screen Shot 2022-01-12 at 8 05 00 AM](https://user-images.githubusercontent.com/3300682/149176672-a23ced93-a85d-451a-b815-7f055a0d3b6a.png)
Expected: Reference numbers placed after the comma.
csl and bib file
Pandoc version?
pandoc 2.16.2
Compiled with pandoc-types 1.22.1, texmath 0.12.3.2, skylighting 0.12.1,
citeproc 0.6, ipynb 0.1.0.2
Installed using Homebrew on 2021-12-07 on Mac OS 11.6.1.
The text was updated successfully, but these errors were encountered: