Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Condition rendering of archive-place on presence of archive or archiv…

…e_location
  • Loading branch information
fbennett committed Apr 30, 2014
1 parent 80171b1 commit 273cd84882f0f6672e0c4ebd0aee1dec8081c348
Showing with 9 additions and 5 deletions.
  1. +9 −5 american-anthropological-association.csl
@@ -123,11 +123,15 @@
</names>
</macro>
<macro name="archive">
<group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/>
<text variable="archive"/>
<text variable="archive-place"/>
</group>
<choose>
<if variable="archive archive_location" match="any">
<group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/>
<text variable="archive"/>
<text variable="archive-place"/>
</group>
</if>
</choose>
</macro>
<macro name="access">
<choose>

0 comments on commit 273cd84

Please sign in to comment.
You can’t perform that action at this time.