Couple of minor fixes to allow the suppressed author to look right, and to add back in sorting.
This commit is contained in:
parent
f1ed1ad131
commit
779c674ec8
1 changed files with 14 additions and 6 deletions
20
csl/jeb.csl
20
csl/jeb.csl
|
@ -85,18 +85,26 @@
|
||||||
<option name="disambiguate-add-names" value="true"/>
|
<option name="disambiguate-add-names" value="true"/>
|
||||||
<option name="disambiguate-add-givenname" value="true"/>
|
<option name="disambiguate-add-givenname" value="true"/>
|
||||||
<layout prefix="(" suffix=")" delimiter="; ">
|
<layout prefix="(" suffix=")" delimiter="; ">
|
||||||
<text macro="author-short"/>
|
<group delimiter=", ">
|
||||||
<date variable="issued" prefix=", ">
|
<text macro="author-short"/>
|
||||||
<date-part name="year"/>
|
<date variable="issued" >
|
||||||
</date>
|
<date-part name="year"/>
|
||||||
<label variable="locator" prefix=", " suffix="." form="short"/>
|
</date>
|
||||||
<text variable="locator" prefix=" "/>
|
<group>
|
||||||
|
<label variable="locator" suffix="." form="short"/>
|
||||||
|
<text variable="locator" prefix=" "/>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
</layout>
|
</layout>
|
||||||
</citation>
|
</citation>
|
||||||
<bibliography>
|
<bibliography>
|
||||||
<option name="hanging-indent" value="true"/>
|
<option name="hanging-indent" value="true"/>
|
||||||
<option name="et-al-min" value="15"/>
|
<option name="et-al-min" value="15"/>
|
||||||
<option name="et-al-use-first" value="15"/>
|
<option name="et-al-use-first" value="15"/>
|
||||||
|
<sort>
|
||||||
|
<key macro="author-short"/>
|
||||||
|
<key macro="title"/>
|
||||||
|
</sort>
|
||||||
<layout>
|
<layout>
|
||||||
<text macro="author" suffix="."/>
|
<text macro="author" suffix="."/>
|
||||||
<date variable="issued" prefix=" " suffix=".">
|
<date variable="issued" prefix=" " suffix=".">
|
||||||
|
|
Loading…
Reference in a new issue