When authorship is attributed (CMOS 17 14.79)
What is the best way to handle cases where authorship is not specified in a publication but is known? Chicago 17 14.79 says to use brackets and gives this example:
Note:
1. [Samuel Horsley], On the Prosodies of the Greek and Latin Languages (London, 1796)
Bibliography:
[Horsley, Samuel]. On the Prosodies of the Greek and Latin Languages. London, 1796.
I don’t see a flag for “Attributed author” and I don’t see where to place brackets so that both note and bibliography come out correctly.
Note:
1. [Samuel Horsley], On the Prosodies of the Greek and Latin Languages (London, 1796)
Bibliography:
[Horsley, Samuel]. On the Prosodies of the Greek and Latin Languages. London, 1796.
I don’t see a flag for “Attributed author” and I don’t see where to place brackets so that both note and bibliography come out correctly.
<choose>
<if variable="issue" type="book" match="all">
<text macro="contributor" prefix="[" suffix="]"/>
</if>
<else>
<text macro="contributor"/>
</else>
</choose>
And then you could add
Issue: Attributed author
into the Extra field for the books in question. I haven't tested this & it might cause some oddness with the text appearing elsewhere. You could also use a variable like "Annotation" which is never produced by Zotero out of the box.(@adamsmith, what markup do I use to set off code as you did?)