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
|
||||
|
||||
## 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
|
||||
|
||||
### Changement interne
|
||||
|
|
11
REB/REB.csl
11
REB/REB.csl
|
@ -97,12 +97,19 @@
|
|||
<text macro="sourceReference"/>
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
<group delimiter=", ici ">
|
||||
<group delimiter=", ">
|
||||
<group delimiter=" ">
|
||||
<text macro="publicationReference"/>
|
||||
<text macro="digitalReference" prefix="(" suffix=")"/>
|
||||
</group>
|
||||
<text macro="thisCitationLocator"/>
|
||||
<group delimiter=" ">
|
||||
<choose>
|
||||
<if variable="page chapter-number" match="any">
|
||||
<text value="ici"/>
|
||||
</if>
|
||||
</choose>
|
||||
<text macro="thisCitationLocator"/>
|
||||
</group>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
|
|
Loading…
Reference in New Issue
Block a user