www

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

commit 8ab07ed8f7eab63e8711ae387b6005da27d7d8e3
parent 62a7c2b35aee96926a9627a374c35b851fed3280
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Wed,  2 Jan 2008 09:19:52 +0000

updated sort order


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 28+++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -26,6 +26,12 @@ <name and="text" delimiter=", "/> </names> </macro> + <macro name="editor-translator-bib"> + <names variable="editor translator" delimiter=". "> + <label form="verb" prefix=" " text-case="capitalize-first" suffix=" "/> + <name and="text" delimiter=", "/> + </names> + </macro> <macro name="editor-translator-short"> <choose> <if variable="author"> @@ -164,6 +170,11 @@ </else> </choose> </macro> + <macro name="sort-key"> + <text macro="author-bib" suffix=" "/> + <text variable="title" suffix=" "/> + <text variable="genre"/> + </macro> <citation> <option name="et-al-min" value="4"/> <option name="et-al-use-first" value="1"/> @@ -336,6 +347,9 @@ <option name="et-al-min" value="6"/> <option name="et-al-use-first" value="6"/> <option name="subsequent-author-substitute" value="---"/> + <sort> + <key macro="sort-key"/> + </sort> <layout suffix="."> <group delimiter=". "> <text macro="author-bib"/> @@ -356,7 +370,7 @@ <text variable="container-title" font-style="italic" /> </group> <text variable="collection-title"/> - <text macro="editor-translator" /> + <text macro="editor-translator-bib" /> </group> <text variable="page" prefix=", "/> <text macro="publisher" prefix=". "/> @@ -364,7 +378,7 @@ </group> </else-if> <else-if type="article-journal"> - <text macro="editor-translator" suffix=". "/> + <text macro="editor-translator-bib" suffix=". "/> <group class="container"> <text variable="container-title" font-style="italic"/> <text variable="volume" prefix=" "/> @@ -374,14 +388,14 @@ </group> </else-if> <else-if type="article-newspaper article-magazine" match="any"> - <text macro="editor-translator" suffix=". "/> + <text macro="editor-translator-bib" suffix=". "/> <group delimiter=", "> <text variable="container-title" font-style="italic"/> <text macro="issued"/> </group> </else-if> <else-if type="paper-conference"> - <text macro="editor-translator" suffix=". "/> + <text macro="editor-translator-bib" suffix=". "/> <text variable="genre" text-case="capitalize-first" suffix=" presented at the "/> <text variable="event" suffix=", "/> <text variable="event-place" suffix=", "/> @@ -412,20 +426,20 @@ <text macro="issued"/> </else-if> <else-if type="report"> - <text macro="editor-translator" suffix=". "/> + <text macro="editor-translator-bib" suffix=". "/> <text variable="genre" suffix=". "/> <text macro="publisher" suffix=", "/> <text macro="issued"/> </else-if> <else-if type="book"> - <text macro="editor-translator" suffix=". "/> + <text macro="editor-translator-bib" suffix=". "/> <text variable="collection-title" suffix=". "/> <text macro="publisher" suffix=", "/> <text macro="issued"/> </else-if> <else> <group class="container" delimiter=". "> - <text macro="editor-translator"/> + <text macro="editor-translator-bib"/> <text variable="container-title" font-style="italic"/> <text variable="collection-title" font-style="italic"/> <text variable="genre" text-case="capitalize-first"/>