Periods, commas, and closing quotation marks
Where is documentation on how to control whether and when a comma or period is rendered before or after a closing quotation mark?
I believe this involves a flag in the CSL and locale settings somewhere (in Zotero? in the word preocessor? in the CSL?).
I have found very old discussions in the forum, but no current statement about what settings need to be set, what each does, and how they interact.
Thanks to anyone who can provide some insight!
I believe this involves a flag in the CSL and locale settings somewhere (in Zotero? in the word preocessor? in the CSL?).
I have found very old discussions in the forum, but no current statement about what settings need to be set, what each does, and how they interact.
Thanks to anyone who can provide some insight!
<locale><style-options punctuation-in-quote="true"/></locale>
in the locale or the CSL file.(as the name suggests, true puts both comma and period inside quotation marks, false puts them outside).
Why in a
<citation>
, with<layout suffix="." delimiter=", ">
would a citation with three items be formatted (with CMoS 17) like this:Galen, “My own books”, Fumerton, “Logic”, Grafton, “Ancient Works.”
with the delimiter commas outside the quotation marks and the suffix period inside?
<layout suffix="." delimiter="; ">
to<layout suffix="." delimiter=", ">
in<citation>
, and I get delimiting commas outside the closing quotation marks but the suffix period inside.