Fixed volume number for chapters in Chicago note w/ bibliography styles
This commit is contained in:
parent
73c18b1735
commit
bf39e1737c
|
@ -287,7 +287,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=". "/>
|
||||
|
@ -312,20 +312,16 @@
|
|||
<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" text-case="capitalize-first" suffix=". "/>
|
||||
<number variable="volume" form="numeric"/>
|
||||
</group>
|
||||
<choose>
|
||||
<if variable="locator" match="none">
|
||||
<group>
|
||||
<number variable="number-of-volumes" form="numeric"/>
|
||||
<text term="volume" form="short" prefix=" " suffix="." plural="true"/>
|
||||
</group>
|
||||
</if>
|
||||
</choose>
|
||||
<text variable="edition"/>
|
||||
</group>
|
||||
</else-if>
|
||||
|
|
|
@ -209,20 +209,16 @@
|
|||
<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" text-case="capitalize-first" suffix=". "/>
|
||||
<text term="volume" form="short" text-case="capitalize-first" suffix=". "/>
|
||||
<number variable="volume" form="numeric"/>
|
||||
</group>
|
||||
<choose>
|
||||
<if variable="locator" match="none">
|
||||
<group>
|
||||
<number variable="number-of-volumes" form="numeric"/>
|
||||
<text term="volume" form="short" prefix=" " suffix="." plural="true"/>
|
||||
</group>
|
||||
</if>
|
||||
</choose>
|
||||
<text variable="edition"/>
|
||||
</group>
|
||||
</else-if>
|
||||
|
|
Loading…
Reference in New Issue
Block a user