www

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

commit 7c4e03c15813c35e8b21adc7e3695b6c5c322f61
parent 0d1c895d7a407e0d28edd7421fbdc8d256cc4d15
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Thu, 29 Nov 2007 10:26:21 +0000

In Chicago note styles, do not display url if pages are provided and hide repository for published sources


Diffstat:
Mcsl/chicago-note-bibliography.csl | 12+++++++++++-
Mcsl/chicago-note.csl | 10+++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -283,9 +283,19 @@ </group> </else> </choose> + <choose> + <if type="book thesis chapter article-journal article-newspaper article-magazine" match="none"> + <group delimiter=". "> <text variable="archive_location" text-case="title"/> <text macro="archive"/> - <text macro="access"/> + </group> + </if> + </choose> + <choose> + <if variable="page" match="none"> + <text variable="URL"/> + </if> + </choose> </group> </layout> </bibliography> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -294,11 +294,19 @@ <text variable="locator" prefix=", "/> </else> </choose> + <choose> + <if type="book thesis chapter article-journal article-newspaper article-magazine" match="none"> <group prefix=", " delimiter=", "> <text variable="archive_location"/> <text macro="archive"/> - <text macro="access"/> </group> + </if> + </choose> + <choose> + <if variable="page" match="none"> + <text variable="URL" prefix=", "/> + </if> + </choose> </else> </choose> </layout>