diff options
| -rw-r--r-- | chicago-notes-bibliography-subsequent-author-title-17th-edition.csl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chicago-notes-bibliography-subsequent-author-title-17th-edition.csl b/chicago-notes-bibliography-subsequent-author-title-17th-edition.csl index fe38373..670972c 100644 --- a/chicago-notes-bibliography-subsequent-author-title-17th-edition.csl +++ b/chicago-notes-bibliography-subsequent-author-title-17th-edition.csl @@ -5935,15 +5935,24 @@ <text macro="legal-reference"/> <text macro="source-date-accessed-DOI-URL-bib"/> <text variable="references"/> + <text variable="note"/> </if> <else> <text macro="author-bib"/> <text macro="title-and-source-bib"/> <text variable="references"/> + <text variable="note"/> </else> </choose> </group> </macro> + <macro name="note"> + <choose> + <if match="any" variable="note"> + <text variable="note" font-style="italic"/> + </if> + </choose> +</macro> <bibliography et-al-min="11" et-al-use-first="7" hanging-indent="true" subsequent-author-substitute="———"> <sort> <key macro="author-sort"/> |
