Suppression du lieu de publication pour une entrée de dictionnaire ou d'encyclopédie
This commit is contained in:
parent
cfaffd8b2b
commit
f5e1dda3d4
22
REB/REB.csl
22
REB/REB.csl
|
@ -380,14 +380,18 @@ interview ; Interview
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="containerAuthors">
|
<macro name="containerAuthors">
|
||||||
<group delimiter=", ">
|
<choose>
|
||||||
<text macro="containerEditor"/>
|
<if type="entry-encyclopedia entry-dictionary" match="none">
|
||||||
<choose>
|
<group delimiter=", ">
|
||||||
<if variable="title" match="none">
|
<text macro="containerEditor"/>
|
||||||
<text macro="collaborator"/>
|
<choose>
|
||||||
</if>
|
<if variable="title" match="none">
|
||||||
</choose>
|
<text macro="collaborator"/>
|
||||||
</group>
|
</if>
|
||||||
|
</choose>
|
||||||
|
</group>
|
||||||
|
</if>
|
||||||
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="containerEditor">
|
<macro name="containerEditor">
|
||||||
|
@ -482,7 +486,7 @@ interview ; Interview
|
||||||
|
|
||||||
<macro name="publicationPublisher">
|
<macro name="publicationPublisher">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book chapter entry-dictionary entry-encyclopedia" match="any">
|
<if type="book chapter" match="any">
|
||||||
<text variable="publisher-place"/>
|
<text variable="publisher-place"/>
|
||||||
</if>
|
</if>
|
||||||
<else-if type="paper-conference">
|
<else-if type="paper-conference">
|
||||||
|
|
|
@ -1492,6 +1492,8 @@
|
||||||
{
|
{
|
||||||
"type": "entry-encyclopedia",
|
"type": "entry-encyclopedia",
|
||||||
"container-title": "Répertoire (p. ex. prosopographie)",
|
"container-title": "Répertoire (p. ex. prosopographie)",
|
||||||
"id": "Repertoir",
|
"event-place": "Lieu de publication",
|
||||||
|
"id": "Repertoire",
|
||||||
|
"publisher-place": "Lieu de publication"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -109,6 +109,8 @@ Première citation 52 (\@AuteurSourcePrenomNom)[@AuteurSourcePrenomNom]
|
||||||
|
|
||||||
Première citation 53 (\@VolumeAnonymeDansMultivolume)[@VolumeAnonymeDansMultivolume]
|
Première citation 53 (\@VolumeAnonymeDansMultivolume)[@VolumeAnonymeDansMultivolume]
|
||||||
|
|
||||||
|
Première citation 54 (\@Repertoir)[@Repertoir]
|
||||||
|
|
||||||
Deuxième citation 1 (\@LivreTraduit)[@LivreTraduit]
|
Deuxième citation 1 (\@LivreTraduit)[@LivreTraduit]
|
||||||
|
|
||||||
Deuxième citation 2 (\@LivreAvecCollection)[@LivreAvecCollection]
|
Deuxième citation 2 (\@LivreAvecCollection)[@LivreAvecCollection]
|
||||||
|
@ -215,6 +217,8 @@ Deuxième citation 52 (\@AuteurSourcePrenomNom)[@AuteurSourcePrenomNom]
|
||||||
|
|
||||||
Deuxième citation 53 (\@VolumeAnonymeDansMultivolume)[@VolumeAnonymeDansMultivolume]
|
Deuxième citation 53 (\@VolumeAnonymeDansMultivolume)[@VolumeAnonymeDansMultivolume]
|
||||||
|
|
||||||
|
Deuxième citation 54 (\@Repertoir)[@Repertoir]
|
||||||
|
|
||||||
Un livre[@LivreTraduit, livre 3]
|
Un livre[@LivreTraduit, livre 3]
|
||||||
|
|
||||||
Plusieurs livre[@LivreTraduit, livre 3-5]
|
Plusieurs livre[@LivreTraduit, livre 3-5]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user