-
-
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
Punctuation moving with author-in-text citations in footnotes #6835
Comments
Here's a more self-contained example.
Command
Output:
|
And now I see the issue. When you use an author-in-text citation, you need to put the locator in brackets. So this should be:
Note: use |
Still, we might be able to do better with the case you supplied, so keeping this open. |
Great. This is extremely helpful and makes sense. I have tried it on my end and it works well. Very appreciative for this help. |
I am using Pandoc 2.11.1.1.
When I process the BibTex Key (via Zotero) through Pandoc (DocDown) I end up with citations like below:
[1] Kearney, “Introduction.”, xvi.
[2] Kearney, "Introduction.", 3.
Notice the punctuation issue. There is an odd period inserted in the quotation marks and the comma occurs outside the quotations marks. It seems to happen with journal articles/book sections that have quotation marks but works fairly good with books which get italicized. I am using chicago-note-bibliography-always-short.csl (https://gist.github.com/denismaier/21168acf9e9287fc41f32c7351917111).
The citations should look like this:
[1] Kearney, “Introduction,” xvi.
[2] Kearney, "Introduction," 3.
See thread here for test files (.md, .docx, .csl): https://groups.google.com/g/pandoc-discuss/c/wybUIKpmYUE.
The text was updated successfully, but these errors were encountered: