Conditions plus strictes pour l'activation de la macro publicationContainer

This commit is contained in:
Bastien Dumont 2020-12-23 17:52:04 +01:00
parent c79ea09da3
commit 429903010b

View File

@ -343,8 +343,8 @@ interview ; Interview
<macro name="publicationContainer">
<choose>
<if type="book" variable="container-title" match="all"/>
<else>
<if type="book"/>
<else-if variable="container-title" match="any">
<group delimiter=" ">
<text macro="containerIntroduction"/>
<group delimiter=", ">
@ -352,7 +352,7 @@ interview ; Interview
<text macro="containerTitle"/>
</group>
</group>
</else>
</else-if>
</choose>
</macro>