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