Adds series number to Chicago styles
This commit is contained in:
parent
e1f6989995
commit
ca91b534f2
5 changed files with 22 additions and 5 deletions
|
@ -263,6 +263,7 @@
|
|||
</macro>
|
||||
<macro name="collection-title">
|
||||
<text variable="collection-title"/>
|
||||
<text variable="collection-number" prefix=" "/>
|
||||
</macro>
|
||||
<macro name="event">
|
||||
<group>
|
||||
|
|
|
@ -304,6 +304,10 @@
|
|||
</choose>
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
</macro>
|
||||
<macro name="collection-title">
|
||||
<text variable="collection-title"/>
|
||||
<text variable="collection-number" prefix=" "/>
|
||||
</macro>
|
||||
<macro name="edition-note">
|
||||
<choose>
|
||||
<if type="book chapter" match="any">
|
||||
|
@ -619,7 +623,7 @@
|
|||
<text macro="container-contributors-note"/>
|
||||
</group>
|
||||
<text macro="locators-note"/>
|
||||
<text variable="collection-title" prefix=", "/>
|
||||
<text macro="collection-title" prefix=", "/>
|
||||
<text macro="issue-note"/>
|
||||
<text macro="locators-newspaper" prefix=", "/>
|
||||
<text macro="point-locators"/>
|
||||
|
@ -650,7 +654,7 @@
|
|||
</group>
|
||||
</group>
|
||||
<text macro="locators"/>
|
||||
<text variable="collection-title" text-case="capitalize-first" prefix=". "/>
|
||||
<text macro="collection-title" prefix=". "/>
|
||||
<text macro="issue"/>
|
||||
<text macro="locators-newspaper" prefix=", "/>
|
||||
<text macro="locators-journal"/>
|
||||
|
|
|
@ -219,6 +219,10 @@
|
|||
</if>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="collection-title">
|
||||
<text variable="collection-title"/>
|
||||
<text variable="collection-number" prefix=" "/>
|
||||
</macro>
|
||||
<macro name="locators">
|
||||
<choose>
|
||||
<if type="article-journal">
|
||||
|
@ -422,7 +426,7 @@
|
|||
</group>
|
||||
</group>
|
||||
<text macro="locators"/>
|
||||
<text variable="collection-title" text-case="capitalize-first" prefix=". "/>
|
||||
<text macro="collection-title" prefix=". "/>
|
||||
<text macro="issue"/>
|
||||
<text macro="locators-newspaper" prefix=", "/>
|
||||
<text macro="pages-article"/>
|
||||
|
|
|
@ -177,6 +177,10 @@
|
|||
</if>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="collection-title">
|
||||
<text variable="collection-title"/>
|
||||
<text variable="collection-number" prefix=" "/>
|
||||
</macro>
|
||||
<macro name="locators-note">
|
||||
<choose>
|
||||
<if type="article-journal">
|
||||
|
@ -357,7 +361,7 @@
|
|||
<text macro="container-contributors-note"/>
|
||||
</group>
|
||||
<text macro="locators-note"/>
|
||||
<text variable="collection-title" prefix=", "/>
|
||||
<text macro="collection-title" prefix=", "/>
|
||||
<text macro="issue-note"/>
|
||||
<text macro="locators-newspaper" prefix=", "/>
|
||||
<text macro="point-locators"/>
|
||||
|
|
|
@ -177,6 +177,10 @@
|
|||
</if>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="collection-title">
|
||||
<text variable="collection-title"/>
|
||||
<text variable="collection-number" prefix=" "/>
|
||||
</macro>
|
||||
<macro name="locators-note">
|
||||
<choose>
|
||||
<if type="article-journal">
|
||||
|
@ -366,7 +370,7 @@
|
|||
<text macro="container-contributors-note"/>
|
||||
</group>
|
||||
<text macro="locators-note"/>
|
||||
<text variable="collection-title" prefix=", "/>
|
||||
<text macro="collection-title" prefix=", "/>
|
||||
<text macro="issue-note"/>
|
||||
<text macro="locators-newspaper" prefix=", "/>
|
||||
<text macro="point-locators"/>
|
||||
|
|
Loading…
Reference in a new issue