www

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

commit 95229cbec4f09cbd518ceccbd0b6c457bb291016
parent 658175ca1762f098d77766d78b66eff8ecde5678
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Wed, 23 Jan 2008 15:21:50 +0000

Removes title capitalization in Chicago note styles


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 8++++----
Mcsl/chicago-note-bibliography.csl | 8++++----
Mcsl/chicago-note-no-ibid.csl | 8++++----
Mcsl/chicago-note.csl | 8++++----
4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -126,20 +126,20 @@ <macro name="title"> <choose> <if type="book"> - <text variable="title" font-style="italic" text-case="title"/> + <text variable="title" font-style="italic"/> </if> <else> - <text variable="title" quotes="true" text-case="title"/> + <text variable="title" quotes="true"/> </else> </choose> </macro> <macro name="title-short"> <choose> <if type="book"> - <text variable="title" form="short" font-style="italic" text-case="title"/> + <text variable="title" form="short" font-style="italic"/> </if> <else> - <text variable="title" form="short" quotes="true" text-case="title"/> + <text variable="title" form="short" quotes="true"/> </else> </choose> </macro> diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -105,20 +105,20 @@ <macro name="title"> <choose> <if type="book"> - <text variable="title" font-style="italic" text-case="title"/> + <text variable="title" font-style="italic"/> </if> <else> - <text variable="title" quotes="true" text-case="title"/> + <text variable="title" quotes="true"/> </else> </choose> </macro> <macro name="title-short"> <choose> <if type="book"> - <text variable="title" form="short" font-style="italic" text-case="title"/> + <text variable="title" form="short" font-style="italic"/> </if> <else> - <text variable="title" form="short" quotes="true" text-case="title"/> + <text variable="title" form="short" quotes="true"/> </else> </choose> </macro> diff --git a/csl/chicago-note-no-ibid.csl b/csl/chicago-note-no-ibid.csl @@ -83,10 +83,10 @@ <text variable="genre"/> </if> <else-if type="book"> - <text variable="title" font-style="italic" text-case="title"/> + <text variable="title" font-style="italic"/> </else-if> <else> - <text variable="title" quotes="true" text-case="title"/> + <text variable="title" quotes="true"/> </else> </choose> </macro> @@ -106,10 +106,10 @@ </choose> </if> <else-if type="book"> - <text variable="title" form="short" font-style="italic" text-case="title"/> + <text variable="title" form="short" font-style="italic"/> </else-if> <else> - <text variable="title" form="short" quotes="true" text-case="title"/> + <text variable="title" form="short" quotes="true"/> </else> </choose> </macro> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -83,10 +83,10 @@ <text variable="genre"/> </if> <else-if type="book"> - <text variable="title" font-style="italic" text-case="title"/> + <text variable="title" font-style="italic"/> </else-if> <else> - <text variable="title" quotes="true" text-case="title"/> + <text variable="title" quotes="true"/> </else> </choose> </macro> @@ -106,10 +106,10 @@ </choose> </if> <else-if type="book"> - <text variable="title" form="short" font-style="italic" text-case="title"/> + <text variable="title" form="short" font-style="italic"/> </else-if> <else> - <text variable="title" form="short" quotes="true" text-case="title"/> + <text variable="title" form="short" quotes="true"/> </else> </choose> </macro>