Ajout de "dans" pour source dans manuscrit

This commit is contained in:
Bastien Dumont 2021-01-08 22:00:11 +01:00
parent f4befd04c7
commit 8413e1b6d8

View File

@ -361,9 +361,9 @@ interview ; Interview
<macro name="containerIntroduction">
<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>
<if variable="container-title">
<if variable="container-title" match="any">
<choose>
<if variable="annote title" match="any">
<choose>
@ -377,6 +377,9 @@ interview ; Interview
</if>
</choose>
</if>
<else-if type="manuscript" variable="annote" match="all">
<text term="in"/>
</else-if>
</choose>
</if>
</choose>
@ -681,7 +684,7 @@ interview ; Interview
<choose>
<if locator="volume"/>
<else-if variable="volume">
<group delimiter="-">
<group delimiter=".">
<number variable="volume" form="roman" text-case="uppercase"/>
<number variable="issue"/>
</group>
@ -693,7 +696,7 @@ interview ; Interview
</macro>
<macro name="journalVolume">
<group delimiter="-">
<group delimiter=".">
<number variable="volume"/>
<number variable="issue"/>
</group>