Compare commits
No commits in common. "5571d499f17bd12aa0ec364a3946c1822c527e46" and "74164b9add0627d058fb9ad0c7b68d9bebd8ca8e" have entirely different histories.
5571d499f1
...
74164b9add
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,21 +1,5 @@
|
|||
# Changements
|
||||
|
||||
## 2023-12-02
|
||||
|
||||
### Style REB
|
||||
|
||||
* Suppression du 1 en exposant après la date de la première édition
|
||||
pour une réédition. En revanche, il m'a paru plus clair de le conserver
|
||||
pour les traductions.
|
||||
|
||||
## 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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "CSL/Clio"
|
||||
subtitle: "Guide d'utilisation et de création de styles CSL adaptés aux besoins des historiens"
|
||||
author: Bastien Dumont
|
||||
date: 02/12/2023
|
||||
date: 19/08/2023
|
||||
lang: fr-FR
|
||||
toc: true
|
||||
lof: true
|
||||
|
|
14
REB/REB.csl
14
REB/REB.csl
|
@ -12,7 +12,7 @@
|
|||
</author>
|
||||
<category citation-format="note"/>
|
||||
<category field="history"/>
|
||||
<updated>2023-12-02T22:22:57+01:00</updated>
|
||||
<updated>2023-08-19T16:49:01+02:00</updated>
|
||||
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
||||
<link rel="self" href="https://bastien-dumont.onmypc.net/git/bdumont/CSL-Clio/src/branch/master/REB/REB.csl"/>
|
||||
<link rel="documentation" href="https://doi.org/10.5281/zenodo.4698842"/> <!-- CSL/Clio user guide -->
|
||||
|
@ -97,19 +97,12 @@
|
|||
<text macro="sourceReference"/>
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
<group delimiter=", ">
|
||||
<group delimiter=", ici ">
|
||||
<group delimiter=" ">
|
||||
<text macro="publicationReference"/>
|
||||
<text macro="digitalReference" prefix="(" suffix=")"/>
|
||||
</group>
|
||||
<group delimiter=" ">
|
||||
<choose>
|
||||
<if variable="page chapter-number" match="any">
|
||||
<text value="ici"/>
|
||||
</if>
|
||||
</choose>
|
||||
<text macro="thisCitationLocator"/>
|
||||
</group>
|
||||
<text macro="thisCitationLocator"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
|
@ -601,6 +594,7 @@
|
|||
<if variable="original-date">
|
||||
<group prefix="(" suffix=")">
|
||||
<text macro="publicationDateOriginal"/>
|
||||
<text value="1" vertical-align="sup"/>
|
||||
</group>
|
||||
</if>
|
||||
</choose>
|
||||
|
|
|
@ -675,7 +675,9 @@
|
|||
, Str "2000"
|
||||
, Superscript [ Str "3" ]
|
||||
, Space
|
||||
, Str "(1954)."
|
||||
, Str "(1954"
|
||||
, Superscript [ Str "1" ]
|
||||
, Str ")."
|
||||
]
|
||||
]
|
||||
]
|
||||
|
@ -11023,7 +11025,9 @@
|
|||
, Str "2000"
|
||||
, Superscript [ Str "3" ]
|
||||
, Space
|
||||
, Str "(1954)."
|
||||
, Str "(1954"
|
||||
, Superscript [ Str "1" ]
|
||||
, Str ")."
|
||||
]
|
||||
]
|
||||
, Div
|
||||
|
|
Loading…
Reference in New Issue
Block a user