display support for archival info for artworks and reports in all chicago note styles

This commit is contained in:
Elena Razlogova 2008-01-22 11:55:20 +00:00
parent a67f6167e3
commit 5ebb4d1ad8
2 changed files with 17 additions and 5 deletions

View File

@ -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">

View File

@ -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">