Skip to content
Permalink
Browse files

Fix collection-title showing for books

  • Loading branch information...
bwiernik committed Apr 11, 2019
1 parent 75a4da6 commit 1c1228ad97f9970ac556633ad5d426ad771332d6
Showing with 63 additions and 7 deletions.
  1. +9 −1 apa-annotated-bibliography.csl
  2. +9 −1 apa-cv.csl
  3. +9 −1 apa-no-ampersand.csl
  4. +9 −1 apa-no-doi-no-issue.csl
  5. +9 −1 apa-old-doi-prefix.csl
  6. +9 −1 apa-single-spaced.csl
  7. +9 −1 apa.csl
@@ -1242,7 +1242,15 @@
</else>
</choose>
</else-if>
<else-if type="book broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<else-if type="book">
<choose>
<!-- book and software should not cite collection-title, only container-title -->
<if variable="container-title">
<text macro="container-booklike"/>
</if>
</choose>
</else-if>
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<text macro="container-booklike"/>
</else-if>
<else-if type="bill legal_case legislation treaty" match="any">
@@ -1053,7 +1053,15 @@
</else>
</choose>
</else-if>
<else-if type="book broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<else-if type="book">
<choose>
<!-- book and software should not cite collection-title, only container-title -->
<if variable="container-title">
<text macro="container-booklike"/>
</if>
</choose>
</else-if>
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<text macro="container-booklike"/>
</else-if>
<else-if type="bill legal_case legislation treaty" match="any">
@@ -1242,7 +1242,15 @@
</else>
</choose>
</else-if>
<else-if type="book broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<else-if type="book">
<choose>
<!-- book and software should not cite collection-title, only container-title -->
<if variable="container-title">
<text macro="container-booklike"/>
</if>
</choose>
</else-if>
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<text macro="container-booklike"/>
</else-if>
<else-if type="bill legal_case legislation treaty" match="any">
@@ -1262,7 +1262,15 @@
</else>
</choose>
</else-if>
<else-if type="book broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<else-if type="book">
<choose>
<!-- book and software should not cite collection-title, only container-title -->
<if variable="container-title">
<text macro="container-booklike"/>
</if>
</choose>
</else-if>
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<text macro="container-booklike"/>
</else-if>
<else-if type="bill legal_case legislation treaty" match="any">
@@ -1241,7 +1241,15 @@
</else>
</choose>
</else-if>
<else-if type="book broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<else-if type="book">
<choose>
<!-- book and software should not cite collection-title, only container-title -->
<if variable="container-title">
<text macro="container-booklike"/>
</if>
</choose>
</else-if>
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<text macro="container-booklike"/>
</else-if>
<else-if type="bill legal_case legislation treaty" match="any">
@@ -1242,7 +1242,15 @@
</else>
</choose>
</else-if>
<else-if type="book broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<else-if type="book">
<choose>
<!-- book and software should not cite collection-title, only container-title -->
<if variable="container-title">
<text macro="container-booklike"/>
</if>
</choose>
</else-if>
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<text macro="container-booklike"/>
</else-if>
<else-if type="bill legal_case legislation treaty" match="any">
10 apa.csl
@@ -1241,7 +1241,15 @@
</else>
</choose>
</else-if>
<else-if type="book broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<else-if type="book">
<choose>
<!-- book and software should not cite collection-title, only container-title -->
<if variable="container-title">
<text macro="container-booklike"/>
</if>
</choose>
</else-if>
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia graphic map speech" match="any">
<text macro="container-booklike"/>
</else-if>
<else-if type="bill legal_case legislation treaty" match="any">

0 comments on commit 1c1228a

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