diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-25 15:22:38 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-25 15:22:38 +0100 |
| commit | 5b6b6d753a694786f0cdcf7c9a8082459fcaf6d9 (patch) | |
| tree | a0a6f80bade75a3657460125ce5659d89225754b /chicago-notes-bibliography-subsequent-author-title-17th-edition.csl | |
| parent | e13dbc7ca6e402857cc2cfdc6632e15e0c7ae3c4 (diff) | |
adds notes to csl
Diffstat (limited to 'chicago-notes-bibliography-subsequent-author-title-17th-edition.csl')
| -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"/> |
