www

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

commit ca91b534f2979a16341dd32a38fbe8b9c4ffa160
parent e1f6989995a29296687a462084315296a7578061
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Thu,  1 May 2008 16:44:05 +0000

Adds series number to Chicago styles


Diffstat:
Mcsl/chicago-author-date.csl | 1+
Mcsl/chicago-fullnote-bibliography.csl | 8++++++--
Mcsl/chicago-note-bibliography.csl | 6+++++-
Mcsl/chicago-note-no-ibid.csl | 6+++++-
Mcsl/chicago-note.csl | 6+++++-
5 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/csl/chicago-author-date.csl b/csl/chicago-author-date.csl @@ -263,6 +263,7 @@ </macro> <macro name="collection-title"> <text variable="collection-title"/> + <text variable="collection-number" prefix=" "/> </macro> <macro name="event"> <group> diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -304,6 +304,10 @@ </choose> <text variable="container-title" font-style="italic"/> </macro> + <macro name="collection-title"> + <text variable="collection-title"/> + <text variable="collection-number" prefix=" "/> + </macro> <macro name="edition-note"> <choose> <if type="book chapter" match="any"> @@ -619,7 +623,7 @@ <text macro="container-contributors-note"/> </group> <text macro="locators-note"/> - <text variable="collection-title" prefix=", "/> + <text macro="collection-title" prefix=", "/> <text macro="issue-note"/> <text macro="locators-newspaper" prefix=", "/> <text macro="point-locators"/> @@ -650,7 +654,7 @@ </group> </group> <text macro="locators"/> - <text variable="collection-title" text-case="capitalize-first" prefix=". "/> + <text macro="collection-title" prefix=". "/> <text macro="issue"/> <text macro="locators-newspaper" prefix=", "/> <text macro="locators-journal"/> diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -219,6 +219,10 @@ </if> </choose> </macro> + <macro name="collection-title"> + <text variable="collection-title"/> + <text variable="collection-number" prefix=" "/> + </macro> <macro name="locators"> <choose> <if type="article-journal"> @@ -422,7 +426,7 @@ </group> </group> <text macro="locators"/> - <text variable="collection-title" text-case="capitalize-first" prefix=". "/> + <text macro="collection-title" prefix=". "/> <text macro="issue"/> <text macro="locators-newspaper" prefix=", "/> <text macro="pages-article"/> diff --git a/csl/chicago-note-no-ibid.csl b/csl/chicago-note-no-ibid.csl @@ -177,6 +177,10 @@ </if> </choose> </macro> + <macro name="collection-title"> + <text variable="collection-title"/> + <text variable="collection-number" prefix=" "/> + </macro> <macro name="locators-note"> <choose> <if type="article-journal"> @@ -357,7 +361,7 @@ <text macro="container-contributors-note"/> </group> <text macro="locators-note"/> - <text variable="collection-title" prefix=", "/> + <text macro="collection-title" prefix=", "/> <text macro="issue-note"/> <text macro="locators-newspaper" prefix=", "/> <text macro="point-locators"/> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -177,6 +177,10 @@ </if> </choose> </macro> + <macro name="collection-title"> + <text variable="collection-title"/> + <text variable="collection-number" prefix=" "/> + </macro> <macro name="locators-note"> <choose> <if type="article-journal"> @@ -366,7 +370,7 @@ <text macro="container-contributors-note"/> </group> <text macro="locators-note"/> - <text variable="collection-title" prefix=", "/> + <text macro="collection-title" prefix=", "/> <text macro="issue-note"/> <text macro="locators-newspaper" prefix=", "/> <text macro="point-locators"/>