commit 1b5d7bef05d5c4d30dff1b84d04a6449c5df4bb0
parent 25ef1516e2dc59db958683b6ab5c0007e653dbe8
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date: Wed, 13 Feb 2008 14:29:17 +0000
Fixes handling of letters in Chicago bibliographies
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl
@@ -206,7 +206,11 @@
<macro name="title-bib">
<choose>
<if variable="title" match="none">
+ <choose>
+ <if type="personal_communication" match="none">
<text variable="genre" text-case="capitalize-first"/>
+ </if>
+ </choose>
</if>
<else-if type="book">
<text variable="title" font-style="italic"/>
diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl
@@ -148,7 +148,11 @@
<macro name="title-bib">
<choose>
<if variable="title" match="none">
+ <choose>
+ <if type="personal_communication" match="none">
<text variable="genre" text-case="capitalize-first"/>
+ </if>
+ </choose>
</if>
<else-if type="book">
<text variable="title" font-style="italic"/>