Ajout de manuscrit pour la macro publicationContainer
This commit is contained in:
parent
429903010b
commit
90b9dd7ee0
16
REB/REB.csl
16
REB/REB.csl
|
@ -344,14 +344,14 @@ interview ; Interview
|
|||
<macro name="publicationContainer">
|
||||
<choose>
|
||||
<if type="book"/>
|
||||
<else-if variable="container-title" match="any">
|
||||
<group delimiter=" ">
|
||||
<text macro="containerIntroduction"/>
|
||||
<group delimiter=", ">
|
||||
<text macro="containerAuthors"/>
|
||||
<text macro="containerTitle"/>
|
||||
</group>
|
||||
</group>
|
||||
<else-if variable="container-title" type="manuscript" match="any">
|
||||
<group delimiter=" ">
|
||||
<text macro="containerIntroduction"/>
|
||||
<group delimiter=", ">
|
||||
<text macro="containerAuthors"/>
|
||||
<text macro="containerTitle"/>
|
||||
</group>
|
||||
</group>
|
||||
</else-if>
|
||||
</choose>
|
||||
</macro>
|
||||
|
|
Loading…
Reference in New Issue
Block a user