Suppression du lieu de publication pour une entrée de dictionnaire ou d'encyclopédie
This commit is contained in:
22
REB/REB.csl
22
REB/REB.csl
@ -380,14 +380,18 @@ interview ; Interview
|
||||
</macro>
|
||||
|
||||
<macro name="containerAuthors">
|
||||
<group delimiter=", ">
|
||||
<text macro="containerEditor"/>
|
||||
<choose>
|
||||
<if variable="title" match="none">
|
||||
<text macro="collaborator"/>
|
||||
</if>
|
||||
</choose>
|
||||
</group>
|
||||
<choose>
|
||||
<if type="entry-encyclopedia entry-dictionary" match="none">
|
||||
<group delimiter=", ">
|
||||
<text macro="containerEditor"/>
|
||||
<choose>
|
||||
<if variable="title" match="none">
|
||||
<text macro="collaborator"/>
|
||||
</if>
|
||||
</choose>
|
||||
</group>
|
||||
</if>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="containerEditor">
|
||||
@ -482,7 +486,7 @@ interview ; Interview
|
||||
|
||||
<macro name="publicationPublisher">
|
||||
<choose>
|
||||
<if type="book chapter entry-dictionary entry-encyclopedia" match="any">
|
||||
<if type="book chapter" match="any">
|
||||
<text variable="publisher-place"/>
|
||||
</if>
|
||||
<else-if type="paper-conference">
|
||||
|
Reference in New Issue
Block a user