Fixes handling of letters in Chicago bibliographies

This commit is contained in:
Elena Razlogova 2008-02-13 14:29:17 +00:00
parent 25ef1516e2
commit 1b5d7bef05
2 changed files with 8 additions and 0 deletions

View File

@ -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"/>

View File

@ -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"/>