Ajout de "dans" pour source dans manuscrit
This commit is contained in:
parent
f4befd04c7
commit
8413e1b6d8
11
REB/REB.csl
11
REB/REB.csl
|
@ -361,9 +361,9 @@ interview ; Interview
|
||||||
|
|
||||||
<macro name="containerIntroduction">
|
<macro name="containerIntroduction">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="manuscript article-journal article-newspaper entry-dictionary entry-encyclopedia" match="none">
|
<if type="article-journal article-newspaper entry-dictionary entry-encyclopedia" match="none">
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="container-title">
|
<if variable="container-title" match="any">
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="annote title" match="any">
|
<if variable="annote title" match="any">
|
||||||
<choose>
|
<choose>
|
||||||
|
@ -377,6 +377,9 @@ interview ; Interview
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
|
<else-if type="manuscript" variable="annote" match="all">
|
||||||
|
<text term="in"/>
|
||||||
|
</else-if>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
|
@ -681,7 +684,7 @@ interview ; Interview
|
||||||
<choose>
|
<choose>
|
||||||
<if locator="volume"/>
|
<if locator="volume"/>
|
||||||
<else-if variable="volume">
|
<else-if variable="volume">
|
||||||
<group delimiter="-">
|
<group delimiter=".">
|
||||||
<number variable="volume" form="roman" text-case="uppercase"/>
|
<number variable="volume" form="roman" text-case="uppercase"/>
|
||||||
<number variable="issue"/>
|
<number variable="issue"/>
|
||||||
</group>
|
</group>
|
||||||
|
@ -693,7 +696,7 @@ interview ; Interview
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="journalVolume">
|
<macro name="journalVolume">
|
||||||
<group delimiter="-">
|
<group delimiter=".">
|
||||||
<number variable="volume"/>
|
<number variable="volume"/>
|
||||||
<number variable="issue"/>
|
<number variable="issue"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user