Add period to end of note in customized Chicago author-date notes style
Hi,
I'm trying to use a custom Chicago author-date style with citations in footnotes/endnotes, provided here: https://gist.githubusercontent.com/bwiernik/6b60a0e21ad6b63516a85c305a0d25ad/raw/6e9168cde23fb327d9c483e64cbdfd09e3437851/chicago-author-date-footnotes.csl
However, the notes show as "Hosie 2021" instead of "Hosie 2021." Can anyone tell me how to add the period?
Thanks!
I'm trying to use a custom Chicago author-date style with citations in footnotes/endnotes, provided here: https://gist.githubusercontent.com/bwiernik/6b60a0e21ad6b63516a85c305a0d25ad/raw/6e9168cde23fb327d9c483e64cbdfd09e3437851/chicago-author-date-footnotes.csl
However, the notes show as "Hosie 2021" instead of "Hosie 2021." Can anyone tell me how to add the period?
Thanks!
You need to add
suffix="."
in line 597.Is there a way I can get Zotero to show me the line numbers? I'm not able to see numbering of the lines which makes it difficult to know which line is 597.
Please kindly assume that people are trying their best to take the advice given, not ignoring it.
<layout
line in the file — the one within the<citation>
block that doesn't already havesuffix="."
, not the one in the<bibliography>
block that does.We'll be adding line numbering to the built-in style editor in an upcoming version. (A lot of people editing code use text editors that show line numbers.)