[citeprog bug] cite-group-delimiter and year-suffix
To reproduce:
Use the style for the Journal of Peace Research
https://github.com/citation-style-language/styles/blob/master/journal-of-peace-research.csl
which has
and
Test with any two items from the same author and year (e.g. a simple duplicate).
Expected: (Smith 1776a, b)
Actual: (Smith 1776a; b)
Oddly, this does seem to work correctly with collapse="year"
Use the style for the Journal of Peace Research
https://github.com/citation-style-language/styles/blob/master/journal-of-peace-research.csl
which has
collapse="year-suffix" cite-group-delimiter=", "
and
<layout prefix="(" suffix=")" delimiter="; ">
Test with any two items from the same author and year (e.g. a simple duplicate).
Expected: (Smith 1776a, b)
Actual: (Smith 1776a; b)
Oddly, this does seem to work correctly with collapse="year"
-
fbennettOuch. Now fixed in the processor patch plugins.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.