Merge branch 'bugfix-ici-REB'
Correction du bug introduit précédemment où « ici » était toujours introduit dans les références complètes
This commit is contained in:
commit
9f4d6cff0e
|
@ -1,5 +1,13 @@
|
||||||
# Changements
|
# Changements
|
||||||
|
|
||||||
|
## 2023-09-02
|
||||||
|
|
||||||
|
### Style REB
|
||||||
|
|
||||||
|
* Correction d'un bug introduit par les modifications du 19 août 2023
|
||||||
|
(« ici » était introduit systématiquement pour les références complètes,
|
||||||
|
y compris les livres).
|
||||||
|
|
||||||
## 2023-08-19
|
## 2023-08-19
|
||||||
|
|
||||||
### Changement interne
|
### Changement interne
|
||||||
|
|
|
@ -97,13 +97,20 @@
|
||||||
<text macro="sourceReference"/>
|
<text macro="sourceReference"/>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="webpage post-weblog" match="none">
|
<if type="webpage post-weblog" match="none">
|
||||||
<group delimiter=", ici ">
|
<group delimiter=", ">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<text macro="publicationReference"/>
|
<text macro="publicationReference"/>
|
||||||
<text macro="digitalReference" prefix="(" suffix=")"/>
|
<text macro="digitalReference" prefix="(" suffix=")"/>
|
||||||
</group>
|
</group>
|
||||||
|
<group delimiter=" ">
|
||||||
|
<choose>
|
||||||
|
<if variable="page chapter-number" match="any">
|
||||||
|
<text value="ici"/>
|
||||||
|
</if>
|
||||||
|
</choose>
|
||||||
<text macro="thisCitationLocator"/>
|
<text macro="thisCitationLocator"/>
|
||||||
</group>
|
</group>
|
||||||
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text macro="publicationReference"/>
|
<text macro="publicationReference"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user