commit 4f710a1c4e571c2eed9e2ae64e0b6ccdf2b69747
parent d87501f126adb519e94ef358f8039fdbd6c566ac
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date: Mon, 18 Feb 2008 09:15:41 +0000
Don't display labels for editor-translator-as-author in Chicago subsequent citations
Diffstat:
4 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl
@@ -133,7 +133,6 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " />
- <label form="verb-short" prefix=", " suffix="."/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl
@@ -80,7 +80,7 @@
</if>
</choose>
</macro>
- <macro name="author">
+ <macro name="author-bib">
<names variable="author">
<name name-as-sort-order="first" and="text" sort-separator=", "
delimiter=", " delimiter-precedes-last="always"/>
@@ -94,7 +94,6 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " />
- <label form="verb-short" prefix=", " suffix="."/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
@@ -388,7 +387,7 @@
</sort>
<layout suffix=".">
<group delimiter=". ">
- <text macro="author"/>
+ <text macro="author-bib"/>
<text macro="recipient-bib"/>
<text macro="title-bib"/>
<text macro="description-bib"/>
diff --git a/csl/chicago-note-no-ibid.csl b/csl/chicago-note-no-ibid.csl
@@ -66,7 +66,6 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", "/>
- <label form="verb-short" prefix=", " suffix="."/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl
@@ -66,7 +66,6 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", "/>
- <label form="verb-short" prefix=", " suffix="."/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>