Compare commits
8 Commits
74164b9add
...
5571d499f1
Author | SHA1 | Date | |
---|---|---|---|
|
5571d499f1 | ||
|
dccbf9f857 | ||
|
e3196110b0 | ||
|
2b6bf2df33 | ||
|
9f4d6cff0e | ||
|
c3f44b2b9e | ||
|
0f90ebdf82 | ||
|
70b168044a |
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# Changements
|
# 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
|
## 2023-08-19
|
||||||
|
|
||||||
### Changement interne
|
### Changement interne
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "CSL/Clio"
|
title: "CSL/Clio"
|
||||||
subtitle: "Guide d'utilisation et de création de styles CSL adaptés aux besoins des historiens"
|
subtitle: "Guide d'utilisation et de création de styles CSL adaptés aux besoins des historiens"
|
||||||
author: Bastien Dumont
|
author: Bastien Dumont
|
||||||
date: 19/08/2023
|
date: 02/12/2023
|
||||||
lang: fr-FR
|
lang: fr-FR
|
||||||
toc: true
|
toc: true
|
||||||
lof: true
|
lof: true
|
||||||
|
|
14
REB/REB.csl
14
REB/REB.csl
|
@ -12,7 +12,7 @@
|
||||||
</author>
|
</author>
|
||||||
<category citation-format="note"/>
|
<category citation-format="note"/>
|
||||||
<category field="history"/>
|
<category field="history"/>
|
||||||
<updated>2023-08-19T16:49:01+02:00</updated>
|
<updated>2023-12-02T22:22:57+01: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>
|
<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="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 -->
|
<link rel="documentation" href="https://doi.org/10.5281/zenodo.4698842"/> <!-- CSL/Clio user guide -->
|
||||||
|
@ -97,12 +97,19 @@
|
||||||
<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>
|
||||||
<text macro="thisCitationLocator"/>
|
<group delimiter=" ">
|
||||||
|
<choose>
|
||||||
|
<if variable="page chapter-number" match="any">
|
||||||
|
<text value="ici"/>
|
||||||
|
</if>
|
||||||
|
</choose>
|
||||||
|
<text macro="thisCitationLocator"/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
|
@ -594,7 +601,6 @@
|
||||||
<if variable="original-date">
|
<if variable="original-date">
|
||||||
<group prefix="(" suffix=")">
|
<group prefix="(" suffix=")">
|
||||||
<text macro="publicationDateOriginal"/>
|
<text macro="publicationDateOriginal"/>
|
||||||
<text value="1" vertical-align="sup"/>
|
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
|
|
|
@ -675,9 +675,7 @@
|
||||||
, Str "2000"
|
, Str "2000"
|
||||||
, Superscript [ Str "3" ]
|
, Superscript [ Str "3" ]
|
||||||
, Space
|
, Space
|
||||||
, Str "(1954"
|
, Str "(1954)."
|
||||||
, Superscript [ Str "1" ]
|
|
||||||
, Str ")."
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@ -11025,9 +11023,7 @@
|
||||||
, Str "2000"
|
, Str "2000"
|
||||||
, Superscript [ Str "3" ]
|
, Superscript [ Str "3" ]
|
||||||
, Space
|
, Space
|
||||||
, Str "(1954"
|
, Str "(1954)."
|
||||||
, Superscript [ Str "1" ]
|
|
||||||
, Str ")."
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
, Div
|
, Div
|
||||||
|
|
Loading…
Reference in New Issue
Block a user