Implémentation de l'indication du statut d'un travail pas encore publié (p. ex. sous presse)

This commit is contained in:
Bastien Dumont
2021-01-19 23:01:20 +01:00
parent fca6e56c80
commit 694950a739
3 changed files with 40 additions and 13 deletions

View File

@ -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>