commit 5ebb4d1ad8d0fc2f1eaf1b196950a411d53accc3
parent a67f6167e38b32a3279c377c17ab7c7e76d28f16
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date: Tue, 22 Jan 2008 11:55:20 +0000
display support for archival info for artworks and reports in all chicago note styles
Diffstat:
2 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl
@@ -338,12 +338,18 @@
</else>
</choose>
<choose>
- <if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
+ <if type="graphic report" match="any">
<group prefix=", " delimiter=", ">
<text variable="archive_location"/>
<text macro="archive"/>
</group>
</if>
+ <else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
+ <group prefix=", " delimiter=", ">
+ <text variable="archive_location"/>
+ <text macro="archive"/>
+ </group>
+ </else-if>
</choose>
<choose>
<if variable="page" match="none">
diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl
@@ -292,12 +292,18 @@
</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"/>
+ <if type="graphic report" match="any">
+ <group prefix=", " delimiter=", ">
+ <text variable="archive_location"/>
+ <text macro="archive"/>
</group>
</if>
+ <else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
+ <group prefix=", " delimiter=", ">
+ <text variable="archive_location"/>
+ <text macro="archive"/>
+ </group>
+ </else-if>
</choose>
<choose>
<if variable="page" match="none">