commit 6fe2d929caa05a51651cbc129254fb590cf54e1c
parent 945963b40ed34ac4b03982135ddb13aaf343a4c2
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date: Mon, 10 Mar 2008 19:14:36 +0000
Chicago author-date bibliography layout only calls macros now--should help with web interface for making styles.
Diffstat:
1 file changed, 24 insertions(+), 30 deletions(-)
diff --git a/csl/chicago-author-date.csl b/csl/chicago-author-date.csl
@@ -233,15 +233,16 @@
<text variable="locator"/>
</group>
</macro>
- <macro name="container-title">
- <text variable="container-title" font-style="italic"/>
- </macro>
<macro name="container-prefix">
+ <text term="in" text-case="capitalize-first"/>
+ </macro>
+ <macro name="container-title">
<choose>
<if type="chapter">
- <text term="in" text-case="capitalize-first" suffix=" "/>
+ <text macro="container-prefix" suffix=" "/>
</if>
</choose>
+ <text variable="container-title" font-style="italic"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
@@ -270,19 +271,17 @@
</group>
</macro>
<macro name="description">
- <group delimiter=", ">
- <group delimiter=". ">
- <text macro="interviewer"/>
- <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 delimiter=". ">
+ <text macro="interviewer"/>
+ <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" prefix=". "/>
+ </else>
+ </choose>
</macro>
<macro name="issue">
<choose>
@@ -339,20 +338,15 @@
<key variable="title"/>
</sort>
<layout suffix=".">
- <group delimiter=". ">
- <text macro="contributors"/>
- <text macro="date"/>
- <text macro="title"/>
- <text macro="description"/>
- <text macro="secondary-contributors"/>
- <group>
- <text macro="container-prefix"/>
- <text macro="container-title"/>
- <text macro="container-contributors"/>
- <text macro="chapter-locators"/>
- </group>
- <text macro="edition"/>
- </group>
+ <text macro="contributors" suffix=". "/>
+ <text macro="date" suffix=". "/>
+ <text macro="title"/>
+ <text macro="description"/>
+ <text macro="secondary-contributors" prefix=". "/>
+ <text macro="container-title" prefix=". "/>
+ <text macro="container-contributors"/>
+ <text macro="chapter-locators"/>
+ <text macro="edition" prefix=". "/>
<text macro="locators"/>
<text macro="collection-title" prefix=". "/>
<text macro="issue"/>