Skip to content
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

Problems processing citekeys for references without an author #7761

Closed
wilkohardenberg opened this issue Dec 17, 2021 · 0 comments
Closed

Problems processing citekeys for references without an author #7761

wilkohardenberg opened this issue Dec 17, 2021 · 0 comments

Comments

@wilkohardenberg
Copy link

Explain the problem.
Pandoc 2.16.2 does not process correctly bibliographic references from Zotero (via Citeproc) that don't have an author.

Take for example this footnote:

[^tingle]: See @tingle. On this tool's limitations, see also @tingle2006. Another example of a sea level mapping tool with similar limitations is @zotero-30378. On the impact of the melting of all of Antarctica's ice cover on sea level, see @davies.

In 2.7.3, with this command

pandoc -s -o 7_Afterword_Tide.docx 7_Afterword_Tide.md --bibliography /Users/whardenberg/Dropbox/TempLibrary.bib --csl /Users/whardenberg/Zotero/styles/chicago-fullnote-bibliography.csl

it, correctly, produced this footnote:

Screenshot 2021-12-17 at 15 37 24

In 2.16.2, with this amended command

pandoc -s -o 7_Afterword_Tide.docx 7_Afterword_Tide.md --bibliography /Users/whardenberg/Dropbox/TempLibrary.bib --citeproc --csl /Users/whardenberg/Zotero/styles/chicago-fullnote-bibliography.csl

it produces this:

Screenshot 2021-12-17 at 15 45 47

The problem here is the comma after "limitations is" that shouldn't be there and didn't use to be there. Is there a way to get back producing footnotes that correctly parse citekeys?

Pandoc version?
2.6.12, macOS 10.14.6

@jgm jgm transferred this issue from another repository Dec 18, 2021
@jgm jgm transferred this issue from jgm/citeproc Dec 18, 2021
@jgm jgm transferred this issue from another repository Dec 18, 2021
@jgm jgm transferred this issue from jgm/citeproc Dec 18, 2021
@jgm jgm closed this as completed in 4b220d5 Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant