Adds series number to Chicago styles

This commit is contained in:
Elena Razlogova 2008-05-01 16:44:05 +00:00
parent e1f6989995
commit ca91b534f2
5 changed files with 22 additions and 5 deletions

View file

@ -263,6 +263,7 @@
</macro>
<macro name="collection-title">
<text variable="collection-title"/>
<text variable="collection-number" prefix=" "/>
</macro>
<macro name="event">
<group>

View file

@ -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"/>

View file

@ -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"/>

View file

@ -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"/>

View file

@ -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"/>