www

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

commit bc14a190edf56fb9d875579ae593ab049e83b575
parent 6fe2d929caa05a51651cbc129254fb590cf54e1c
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Sun, 16 Mar 2008 11:46:32 +0000

Fixes sorting and bibliography display, renames macros in Chicago author-date


Diffstat:
Mcsl/chicago-author-date.csl | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/csl/chicago-author-date.csl b/csl/chicago-author-date.csl @@ -194,7 +194,7 @@ </else-if> </choose> </macro> - <macro name="chapter-locators"> + <macro name="locators-chapter"> <choose> <if type="chapter"> <group prefix=", "> @@ -204,7 +204,7 @@ </if> </choose> </macro> - <macro name="article-locators"> + <macro name="locators-article"> <choose> <if type="article-newspaper"> <group prefix=", " delimiter=", "> @@ -333,9 +333,10 @@ <option name="hanging-indent" value="true"/> <option name="et-al-min" value="6"/> <option name="et-al-use-first" value="3"/> + <option name="subsequent-author-substitute" value="---"/> <sort> <key macro="contributors"/> - <key variable="title"/> + <key variable="issued"/> </sort> <layout suffix="."> <text macro="contributors" suffix=". "/> @@ -345,12 +346,12 @@ <text macro="secondary-contributors" prefix=". "/> <text macro="container-title" prefix=". "/> <text macro="container-contributors"/> - <text macro="chapter-locators"/> + <text macro="locators-chapter"/> <text macro="edition" prefix=". "/> <text macro="locators"/> <text macro="collection-title" prefix=". "/> <text macro="issue"/> - <text macro="article-locators"/> + <text macro="locators-article"/> <text macro="access" prefix=". "/> </layout> </bibliography>