Conditions plus strictes pour l'activation de la macro publicationContainer
This commit is contained in:
parent
c79ea09da3
commit
429903010b
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user