Skip to content

Commit

Permalink
initialize authors and editors (#5714)
Browse files Browse the repository at this point in the history
  • Loading branch information
simomac committed Nov 12, 2021
1 parent 2d5cfff commit cb91566
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions harvard-imperial-college-london.csl
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<updated>2021-09-28T14:37:15+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name and="symbol" initialize-with="."/>
<macro name="editor">
<names variable="editor" >
<name and="symbol" delimiter=", " initialize-with="."/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
Expand All @@ -28,6 +28,7 @@
</macro>
<macro name="author">
<names variable="author">
<name and="symbol" name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
<label form="short" prefix=" "/>
<substitute>
<text macro="editor"/>
Expand Down

0 comments on commit cb91566

Please sign in to comment.