www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 779c674ec88e435c4f1be8d41e536ed136ac8602
parent f1ed1ad131e03847c5a44b080ddf9973f1be8546
Author: Julian Onions <julian.onions@gmail.com>
Date:   Wed, 16 Jan 2008 09:52:49 +0000

Couple of minor fixes to allow the suppressed author to look right, and to add back in sorting.

Diffstat:
Mcsl/jeb.csl | 20++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/csl/jeb.csl b/csl/jeb.csl @@ -85,18 +85,26 @@ <option name="disambiguate-add-names" value="true"/> <option name="disambiguate-add-givenname" value="true"/> <layout prefix="(" suffix=")" delimiter="; "> - <text macro="author-short"/> - <date variable="issued" prefix=", "> - <date-part name="year"/> - </date> - <label variable="locator" prefix=", " suffix="." form="short"/> - <text variable="locator" prefix=" "/> + <group delimiter=", "> + <text macro="author-short"/> + <date variable="issued" > + <date-part name="year"/> + </date> + <group> + <label variable="locator" suffix="." form="short"/> + <text variable="locator" prefix=" "/> + </group> + </group> </layout> </citation> <bibliography> <option name="hanging-indent" value="true"/> <option name="et-al-min" value="15"/> <option name="et-al-use-first" value="15"/> + <sort> + <key macro="author-short"/> + <key macro="title"/> + </sort> <layout> <text macro="author" suffix="."/> <date variable="issued" prefix=" " suffix=".">