Fixes volume number for chapters in Chicago note w/o bibliography styles
This commit is contained in:
parent
4bd3ec1dc5
commit
01114f94c5
|
@ -153,7 +153,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=". "/>
|
||||
|
|
|
@ -153,7 +153,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=". "/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user