Skip to content

Commit

Permalink
Suggested CSL Style changes by Sebastian Karcher
Browse files Browse the repository at this point in the history
Suggested by Sebastian Karcher to Daniel Himmelstein at the
FORCE2018 Conference. Not yet tested.

The changes focus on dealing with the missing space when authors
are missing and showing editors.
  • Loading branch information
adam3smith authored and dhimmel committed May 6, 2019
1 parent 8d74236 commit 4e966da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/assets/style.csl
Expand Up @@ -16,6 +16,11 @@
<macro name="author">
<names variable="author">
<name initialize="false" initialize-with="" et-al-min="12" et-al-use-first="10" et-al-use-last="true"/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
<text macro="venue"/>
</substitute>
</names>
</macro>
<macro name="venue">
Expand Down

0 comments on commit 4e966da

Please sign in to comment.