Deleted condition for displaying URL because it is now a preference in Zotero, added terms for letter and interview
This line, and those below, will be ignored-- M chicago-note.csl M chicago-note-bibliography.csl M chicago-fullnote-bibliography.csl
This commit is contained in:
parent
9a4b4cf66f
commit
373138a566
3 changed files with 5 additions and 11 deletions
|
@ -187,7 +187,7 @@
|
|||
<text macro="title-short"/>
|
||||
<choose>
|
||||
<if type="interview">
|
||||
<text value="interview" text-case="lowercase"/>
|
||||
<text term="interview" text-case="lowercase"/>
|
||||
</if>
|
||||
<else-if variable="recipient">
|
||||
<text macro="issued"/>
|
||||
|
@ -395,7 +395,7 @@
|
|||
<text variable="genre" text-case="capitalize-first"/>
|
||||
</if>
|
||||
<else>
|
||||
<text value="letter" text-case="capitalize-first"/>
|
||||
<text term="letter" text-case="capitalize-first"/>
|
||||
</else>
|
||||
</choose>
|
||||
<text macro="recipient" prefix=" "/>
|
||||
|
@ -438,9 +438,7 @@
|
|||
</if>
|
||||
</choose>
|
||||
<choose>
|
||||
<if variable="page" match="none">
|
||||
<text variable="URL"/>
|
||||
</if>
|
||||
</choose>
|
||||
</group>
|
||||
</layout>
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
<text macro="title-short"/>
|
||||
<choose>
|
||||
<if type="interview">
|
||||
<text value="interview" text-case="lowercase"/>
|
||||
<text term="interview" text-case="lowercase"/>
|
||||
</if>
|
||||
<else-if variable="recipient">
|
||||
<text macro="issued"/>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<text variable="genre" text-case="capitalize-first"/>
|
||||
</if>
|
||||
<else>
|
||||
<text value="letter" text-case="capitalize-first"/>
|
||||
<text term="letter" text-case="capitalize-first"/>
|
||||
</else>
|
||||
</choose>
|
||||
<text macro="recipient" prefix=" "/>
|
||||
|
@ -292,9 +292,7 @@
|
|||
</if>
|
||||
</choose>
|
||||
<choose>
|
||||
<if variable="page" match="none">
|
||||
<text variable="URL"/>
|
||||
</if>
|
||||
</choose>
|
||||
</group>
|
||||
</layout>
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
<text macro="title-short"/>
|
||||
<choose>
|
||||
<if type="interview">
|
||||
<text value="interview" text-case="lowercase"/>
|
||||
<text term="interview" text-case="lowercase"/>
|
||||
</if>
|
||||
<else-if variable="recipient">
|
||||
<text macro="issued"/>
|
||||
|
@ -318,9 +318,7 @@
|
|||
</if>
|
||||
</choose>
|
||||
<choose>
|
||||
<if variable="page" match="none">
|
||||
<text variable="URL" prefix=", "/>
|
||||
</if>
|
||||
</choose>
|
||||
</else>
|
||||
</choose>
|
||||
|
|
Loading…
Add table
Reference in a new issue