commit fc3b23fdfd3b4e97620f1f3341334a4867e8a5b5
parent bf39e1737c58b11f9283063b9cc66dfedf195e65
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date: Tue, 12 Feb 2008 19:23:50 +0000
Fixes volume number for chapters in Chicago note w/o bibliography styles
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/csl/chicago-note-no-ibid.csl b/csl/chicago-note-no-ibid.csl
@@ -153,7 +153,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=". "/>
diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl
@@ -153,7 +153,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=". "/>