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">
|
<macro name="publicationContainer">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book"/>
|
<if type="book"/>
|
||||||
<else-if variable="container-title" match="any">
|
<else-if variable="container-title" type="manuscript" match="any">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<text macro="containerIntroduction"/>
|
<text macro="containerIntroduction"/>
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text macro="containerAuthors"/>
|
<text macro="containerAuthors"/>
|
||||||
<text macro="containerTitle"/>
|
<text macro="containerTitle"/>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</else-if>
|
</else-if>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user