Skip to content

Commit

Permalink
add substitute to Vancouver author date (#6147)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Jul 19, 2022
1 parent 39fede5 commit f1638a9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions vancouver-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@
<label form="long" prefix=", "/>
<substitute>
<names variable="editor"/>
<text variable="title" form="short"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text"/>
<substitute>
<names variable="editor"/>
<text variable="title" form="short"/>
</substitute>
</names>
</macro>
Expand Down Expand Up @@ -253,11 +263,6 @@
</if>
</choose>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text"/>
</names>
</macro>
<macro name="issued">
<date variable="issued">
<date-part name="year"/>
Expand Down

0 comments on commit f1638a9

Please sign in to comment.