summaryrefslogtreecommitdiff
path: root/default.csl
diff options
context:
space:
mode:
Diffstat (limited to 'default.csl')
-rw-r--r--default.csl17
1 files changed, 5 insertions, 12 deletions
diff --git a/default.csl b/default.csl
index 957dc92ca..dea707114 100644
--- a/default.csl
+++ b/default.csl
@@ -13,7 +13,7 @@
</contributor>
<category citation-format="author-date"/>
<category field="generic-base"/>
- <updated>2010-03-15T01:24:16+00:00</updated>
+ <updated>2011-11-17T22:01:05+00:00</updated>
<summary>The author-date variant of the Chicago style</summary>
<link href="http://www.chicagomanualofstyle.org/tools_citationguide.html" rel="documentation"/>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
@@ -77,11 +77,7 @@
</choose>
</macro>
<macro name="anon">
- <choose>
- <if variable="author editor translator" match="none">
- <text term="anonymous" form="short" text-case="capitalize-first" suffix="." strip-periods="true"/>
- </if>
- </choose>
+ <text term="anonymous" form="short" text-case="capitalize-first" suffix="." strip-periods="true"/>
</macro>
<macro name="editor">
<names variable="editor">
@@ -120,9 +116,9 @@
<substitute>
<text macro="editor"/>
<text macro="translator"/>
+ <text macro="anon"/>
</substitute>
</names>
- <text macro="anon"/>
<text macro="recipient"/>
</macro>
<macro name="contributors-short">
@@ -131,9 +127,9 @@
<substitute>
<names variable="editor"/>
<names variable="translator"/>
+ <text macro="anon"/>
</substitute>
</names>
- <text macro="anon"/>
</macro>
<macro name="interviewer">
<names variable="interviewer" delimiter=", ">
@@ -178,11 +174,8 @@
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
</else-if>
- <else-if type="article-journal article-magazine article-newspaper" match="any">
+ <else>
<text variable="title" quotes="true"/>
- </else-if>
- <else>
- <text variable="title"/>
</else>
</choose>
</macro>