www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 373138a5666384b7b115bd3c1dc1ba6bdc4987e4
parent 9a4b4cf66f910bc12f31884338cd7be198cc2a03
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Wed,  5 Dec 2007 03:28:02 +0000

Deleted condition for displaying URL because it is now a preference in Zotero, added terms for letter and interview
This line, and those below, will be ignored--

M    chicago-note.csl
M    chicago-note-bibliography.csl
M    chicago-fullnote-bibliography.csl


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 6++----
Mcsl/chicago-note-bibliography.csl | 6++----
Mcsl/chicago-note.csl | 4+---
3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -187,7 +187,7 @@ <text macro="title-short"/> <choose> <if type="interview"> - <text value="interview" text-case="lowercase"/> + <text term="interview" text-case="lowercase"/> </if> <else-if variable="recipient"> <text macro="issued"/> @@ -395,7 +395,7 @@ <text variable="genre" text-case="capitalize-first"/> </if> <else> - <text value="letter" text-case="capitalize-first"/> + <text term="letter" text-case="capitalize-first"/> </else> </choose> <text macro="recipient" prefix=" "/> @@ -438,9 +438,7 @@ </if> </choose> <choose> - <if variable="page" match="none"> <text variable="URL"/> - </if> </choose> </group> </layout> diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -174,7 +174,7 @@ <text macro="title-short"/> <choose> <if type="interview"> - <text value="interview" text-case="lowercase"/> + <text term="interview" text-case="lowercase"/> </if> <else-if variable="recipient"> <text macro="issued"/> @@ -249,7 +249,7 @@ <text variable="genre" text-case="capitalize-first"/> </if> <else> - <text value="letter" text-case="capitalize-first"/> + <text term="letter" text-case="capitalize-first"/> </else> </choose> <text macro="recipient" prefix=" "/> @@ -292,9 +292,7 @@ </if> </choose> <choose> - <if variable="page" match="none"> <text variable="URL"/> - </if> </choose> </group> </layout> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -187,7 +187,7 @@ <text macro="title-short"/> <choose> <if type="interview"> - <text value="interview" text-case="lowercase"/> + <text term="interview" text-case="lowercase"/> </if> <else-if variable="recipient"> <text macro="issued"/> @@ -318,9 +318,7 @@ </if> </choose> <choose> - <if variable="page" match="none"> <text variable="URL" prefix=", "/> - </if> </choose> </else> </choose>