Skip to content

Commit

Permalink
Update chicago-fullnote-bibliography.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed May 29, 2012
1 parent 4432654 commit a9db1d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chicago-fullnote-bibliography.csl
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@
<text variable="genre"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
<text variable="title" text-case="title" font-style="italic"/>
</else-if>
<else>
<text variable="title" quotes="true"/>
<text variable="title" text-case="title" quotes="true"/>
</else>
</choose>
</macro>
Expand All @@ -253,10 +253,10 @@
</choose>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
<text variable="title" text-case="title" font-style="italic"/>
</else-if>
<else>
<text variable="title" quotes="true"/>
<text variable="title" text-case="title" quotes="true"/>
</else>
</choose>
</macro>
Expand All @@ -276,10 +276,10 @@
</choose>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" form="short" font-style="italic"/>
<text variable="title" text-case="title" form="short" font-style="italic"/>
</else-if>
<else>
<text variable="title" form="short" quotes="true"/>
<text variable="title" text-case="title" form="short" quotes="true"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -320,7 +320,7 @@
</choose>
<choose>
<if type="legal_case" match="none">
<text variable="container-title" font-style="italic"/>
<text variable="container-title" text-case="title" font-style="italic"/>
</if>
</choose>
</group>
Expand All @@ -334,14 +334,14 @@
</choose>
<choose>
<if type="legal_case" match="none">
<text variable="container-title" font-style="italic"/>
<text variable="container-title" text-case="title" font-style="italic"/>
</if>
</choose>
</group>
</macro>
<macro name="collection-title">
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-title" text-case="title"/>
<text variable="collection-number"/>
</group>
</macro>
Expand Down

0 comments on commit a9db1d8

Please sign in to comment.