Skip to content

Commit

Permalink
bibtex.csl - remove creator lables
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Mar 1, 2020
1 parent 722ba77 commit 1ab0241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bibtex.csl
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,11 @@
<macro name="author">
<names variable="author">
<name sort-separator=", " delimiter=" and " delimiter-precedes-last="always" name-as-sort-order="all"/>
<label form="long" text-case="capitalize-first"/>
</names>
</macro>
<macro name="editor-translator">
<names variable="editor translator" delimiter=", ">
<name sort-separator=", " delimiter=" and " delimiter-precedes-last="always" name-as-sort-order="all"/>
<label form="long" text-case="capitalize-first"/>
</names>
</macro>
<macro name="title">
Expand Down

0 comments on commit 1ab0241

Please sign in to comment.