You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
citeproc fails to disambiguate later citations in note styles when the given bibliographic items are not each cited at least twice.
My markdown file reads as follows:
---csl: PATH/TO/styles/modern-humanities-research-association.cslreferences:
- id: Turville-PetrePuttingItRight2002author:
- family: Turville-Petregiven: Thorlaccitation-key: Turville-PetrePuttingItRight2002container-title: Yearbook of Langland Studiesissued:
- year: 2002page: 41-65title: >- Putting it right: the corrections of Huntington Library MS. HM 128 and BL Additional MS. 35287title-short: Putting it righttype: article-journalvolume: '16'
- id: Turville-PetreSirAdrianFortescue2000author:
- family: Turville-Petregiven: Thorlaccitation-key: Turville-PetreSirAdrianFortescue2000container-title: Yearbook of Langland Studiesissued:
- year: 2000page: 29-48title: Sir Adrian Fortescue and his copy of *Piers Plowman*title-short: Sir Adrian Fortescuetype: article-journalvolume: '14'---
Lorem ipsum [@Turville-PetreSirAdrianFortescue2000; @Turville-PetrePuttingItRight2002].
Dolor sit [@Turville-PetrePuttingItRight2002].
<!--Amet [@Turville-PetreSirAdrianFortescue2000].--># Bibliography
Run, e.g.,
$ pandoc test.md --citeproc -o test.html
Result:
Notice that the citation in note 2 is ambiguous.
Now uncomment the final citation in the markdown file and run pandoc again. Result:
If both items are cited at least twice, citeproc disambiguates properly.
The text was updated successfully, but these errors were encountered:
(Transferred from pandoc-discuss.)
citeproc fails to disambiguate later citations in note styles when the given bibliographic items are not each cited at least twice.
My markdown file reads as follows:
Run, e.g.,
Result:
Notice that the citation in note 2 is ambiguous.
Now uncomment the final citation in the markdown file and run pandoc again. Result:
If both items are cited at least twice, citeproc disambiguates properly.
The text was updated successfully, but these errors were encountered: