Fixes handling of letters in Chicago bibliographies
This commit is contained in:
parent
25ef1516e2
commit
1b5d7bef05
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user