Implémentation de l'indication du statut d'un travail pas encore publié (p. ex. sous presse)
This commit is contained in:
33
REB/REB.csl
33
REB/REB.csl
@ -137,20 +137,23 @@ interview ; Interview
|
||||
</bibliography>
|
||||
|
||||
<macro name="completeReference">
|
||||
<group delimiter=", ">
|
||||
<text macro="sourceReference"/>
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
<group delimiter=" ">
|
||||
<group delimiter=" ">
|
||||
<group delimiter=", ">
|
||||
<text macro="sourceReference"/>
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
<group delimiter=" ">
|
||||
<text macro="publicationReference"/>
|
||||
<text macro="digitalReference" prefix="(" suffix=")"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<text macro="publicationReference"/>
|
||||
<text macro="digitalReference" prefix="(" suffix=")"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<text macro="publicationReference"/>
|
||||
<text macro="digitalReference"/>
|
||||
</else>
|
||||
</choose>
|
||||
<text macro="digitalReference"/>
|
||||
</else>
|
||||
</choose>
|
||||
</group>
|
||||
<text macro="publicationStatus"/>
|
||||
</group>
|
||||
</macro>
|
||||
|
||||
@ -801,6 +804,10 @@ interview ; Interview
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="publicationStatus">
|
||||
<text variable="status" prefix="(" suffix=")"/>
|
||||
</macro>
|
||||
</style>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user