www

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

commit bf39e1737c58b11f9283063b9cc66dfedf195e65
parent 73c18b1735dd9ecb3b9a8e439111b85279e39892
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Tue, 12 Feb 2008 19:17:56 +0000

Fixed volume number for chapters in Chicago note w/ bibliography styles


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 8++------
Mcsl/chicago-note-bibliography.csl | 8++------
2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -287,7 +287,7 @@ <text variable="volume" prefix=" "/> <text variable="issue" prefix=", no. "/> </if> - <else-if type="book"> + <else-if type="book chapter" match="any"> <group prefix=", " delimiter=", "> <group> <text term="volume" form="short" suffix=". "/> @@ -312,20 +312,16 @@ <text variable="volume" prefix=" "/> <text variable="issue" prefix=", no. "/> </if> - <else-if type="book"> + <else-if type="book chapter" match="any"> <group prefix=". " delimiter=". "> <group> <text term="volume" form="short" text-case="capitalize-first" suffix=". "/> <number variable="volume" form="numeric"/> </group> - <choose> - <if variable="locator" match="none"> <group> <number variable="number-of-volumes" form="numeric"/> <text term="volume" form="short" prefix=" " suffix="." plural="true"/> </group> - </if> - </choose> <text variable="edition"/> </group> </else-if> diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -209,20 +209,16 @@ <text variable="volume" prefix=" "/> <text variable="issue" prefix=", no. "/> </if> - <else-if type="book"> + <else-if type="book chapter" match="any"> <group prefix=". " delimiter=". "> <group> - <text term="volume" form="short" text-case="capitalize-first" suffix=". "/> + <text term="volume" form="short" text-case="capitalize-first" suffix=". "/> <number variable="volume" form="numeric"/> </group> - <choose> - <if variable="locator" match="none"> <group> <number variable="number-of-volumes" form="numeric"/> <text term="volume" form="short" prefix=" " suffix="." plural="true"/> </group> - </if> - </choose> <text variable="edition"/> </group> </else-if>