Skip to content
Permalink
Browse files

Fix inline citations

Fixed inline citations so that they use semicolons and "&" instead of "and".
  • Loading branch information...
stuckyb committed Apr 14, 2016
1 parent 0310c7d commit 65ec673b1eb0470d8c84af10c352cca45830e1cd
Showing with 2 additions and 2 deletions.
  1. +2 −2 florida-entomologist.csl
@@ -48,7 +48,7 @@
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" delimiter=" " and="text" delimiter-precedes-last="never" initialize-with=". "/>
<name form="short" delimiter=" " and="symbol" delimiter-precedes-last="never" initialize-with=". "/>
<et-al font-style="normal"/>
<substitute>
<names variable="editor"/>
@@ -156,7 +156,7 @@
<key macro="year-date"/>
<key macro="author-short"/>
</sort>
<layout delimiter=", " prefix="(" suffix=")">
<layout delimiter="; " prefix="(" suffix=")">
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>

0 comments on commit 65ec673

Please sign in to comment.
You can’t perform that action at this time.