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">
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user