Closes #935, Second citation with multiple authors doesn't display "et al."
Removes unnecessary conditional in Chicago styles
This commit is contained in:
parent
2557335e18
commit
e35a736361
|
@ -122,7 +122,7 @@
|
|||
<citation>
|
||||
<option name="et-al-min" value="3"/>
|
||||
<option name="et-al-use-first" value="1"/>
|
||||
<option name="et-al-subsequent-min" value="6"/>
|
||||
<option name="et-al-subsequent-min" value="3"/>
|
||||
<option name="et-al-subsequent-use-first" value="1"/>
|
||||
<option name="disambiguate-add-year-suffix" value="true"/>
|
||||
<option name="disambiguate-add-names" value="true"/>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<citation>
|
||||
<option name="et-al-min" value="4"/>
|
||||
<option name="et-al-use-first" value="1"/>
|
||||
<option name="et-al-subsequent-min" value="6"/>
|
||||
<option name="et-al-subsequent-min" value="4"/>
|
||||
<option name="et-al-subsequent-use-first" value="1"/>
|
||||
<option name="disambiguate-add-year-suffix" value="true"/>
|
||||
<option name="disambiguate-add-names" value="true"/>
|
||||
|
|
|
@ -408,11 +408,7 @@
|
|||
<macro name="pages-chapter">
|
||||
<choose>
|
||||
<if type="chapter">
|
||||
<choose>
|
||||
<if variable="volume">
|
||||
<text variable="volume" suffix=":"/>
|
||||
</if>
|
||||
</choose>
|
||||
<text variable="page"/>
|
||||
</if>
|
||||
</choose>
|
||||
|
|
|
@ -282,11 +282,7 @@
|
|||
<macro name="pages-chapter">
|
||||
<choose>
|
||||
<if type="chapter">
|
||||
<choose>
|
||||
<if variable="volume">
|
||||
<text variable="volume" suffix=":"/>
|
||||
</if>
|
||||
</choose>
|
||||
<text variable="page"/>
|
||||
</if>
|
||||
</choose>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<citation>
|
||||
<option name="et-al-min" value="4"/>
|
||||
<option name="et-al-use-first" value="1"/>
|
||||
<option name="et-al-subsequent-min" value="6"/>
|
||||
<option name="et-al-subsequent-min" value="4"/>
|
||||
<option name="et-al-subsequent-use-first" value="1"/>
|
||||
<option name="disambiguate-add-year-suffix" value="true"/>
|
||||
<option name="disambiguate-add-names" value="true"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user