Fixes volume number for chapters in Chicago note w/o bibliography styles
This commit is contained in:
parent
bf39e1737c
commit
fc3b23fdfd
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue