Chicago author-date bibliography layout only calls macros now--should help with web interface for making styles.
This commit is contained in:
parent
945963b40e
commit
6fe2d929ca
|
@ -233,15 +233,16 @@
|
||||||
<text variable="locator"/>
|
<text variable="locator"/>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="container-title">
|
|
||||||
<text variable="container-title" font-style="italic"/>
|
|
||||||
</macro>
|
|
||||||
<macro name="container-prefix">
|
<macro name="container-prefix">
|
||||||
|
<text term="in" text-case="capitalize-first"/>
|
||||||
|
</macro>
|
||||||
|
<macro name="container-title">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="chapter">
|
<if type="chapter">
|
||||||
<text term="in" text-case="capitalize-first" suffix=" "/>
|
<text macro="container-prefix" suffix=" "/>
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
|
<text variable="container-title" font-style="italic"/>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="publisher">
|
<macro name="publisher">
|
||||||
<group delimiter=": ">
|
<group delimiter=": ">
|
||||||
|
@ -270,19 +271,17 @@
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="description">
|
<macro name="description">
|
||||||
<group delimiter=", ">
|
<group delimiter=". ">
|
||||||
<group delimiter=". ">
|
<text macro="interviewer"/>
|
||||||
<text macro="interviewer"/>
|
<text variable="medium" text-case="capitalize-first"/>
|
||||||
<text variable="medium" text-case="capitalize-first"/>
|
|
||||||
</group>
|
|
||||||
<choose>
|
|
||||||
<if variable="title" match="none"> </if>
|
|
||||||
<else-if type="thesis"> </else-if>
|
|
||||||
<else>
|
|
||||||
<text variable="genre" text-case="capitalize-first"/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</group>
|
</group>
|
||||||
|
<choose>
|
||||||
|
<if variable="title" match="none"> </if>
|
||||||
|
<else-if type="thesis"> </else-if>
|
||||||
|
<else>
|
||||||
|
<text variable="genre" text-case="capitalize-first" prefix=". "/>
|
||||||
|
</else>
|
||||||
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="issue">
|
<macro name="issue">
|
||||||
<choose>
|
<choose>
|
||||||
|
@ -339,20 +338,15 @@
|
||||||
<key variable="title"/>
|
<key variable="title"/>
|
||||||
</sort>
|
</sort>
|
||||||
<layout suffix=".">
|
<layout suffix=".">
|
||||||
<group delimiter=". ">
|
<text macro="contributors" suffix=". "/>
|
||||||
<text macro="contributors"/>
|
<text macro="date" suffix=". "/>
|
||||||
<text macro="date"/>
|
<text macro="title"/>
|
||||||
<text macro="title"/>
|
<text macro="description"/>
|
||||||
<text macro="description"/>
|
<text macro="secondary-contributors" prefix=". "/>
|
||||||
<text macro="secondary-contributors"/>
|
<text macro="container-title" prefix=". "/>
|
||||||
<group>
|
<text macro="container-contributors"/>
|
||||||
<text macro="container-prefix"/>
|
<text macro="chapter-locators"/>
|
||||||
<text macro="container-title"/>
|
<text macro="edition" prefix=". "/>
|
||||||
<text macro="container-contributors"/>
|
|
||||||
<text macro="chapter-locators"/>
|
|
||||||
</group>
|
|
||||||
<text macro="edition"/>
|
|
||||||
</group>
|
|
||||||
<text macro="locators"/>
|
<text macro="locators"/>
|
||||||
<text macro="collection-title" prefix=". "/>
|
<text macro="collection-title" prefix=". "/>
|
||||||
<text macro="issue"/>
|
<text macro="issue"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user