Compare commits

...

8 Commits

Author SHA1 Message Date
Bastien Dumont
5571d499f1 Mise à jour des dates de dernière modification 2023-12-02 22:22:57 +01:00
Bastien Dumont
dccbf9f857 Légère actualisation par rapport aux nouvelles normes 2023-12-02 22:21:57 +01:00
Bastien Dumont
e3196110b0 Suppression 1 en exposant pour première édition 2023-12-02 22:21:09 +01:00
Bastien Dumont
2b6bf2df33 Mise à jour des dates de dernière modification 2023-09-02 17:13:25 +02:00
Bastien Dumont
9f4d6cff0e Merge branch 'bugfix-ici-REB'
Correction du bug introduit précédemment où « ici » était toujours introduit dans les références complètes
2023-09-02 17:11:36 +02:00
Bastien Dumont
c3f44b2b9e Changelog 2023-09-02 17:09:06 +02:00
Bastien Dumont
0f90ebdf82 Prise en compte des colonnes en plus des pages 2023-09-02 17:08:14 +02:00
Bastien Dumont
70b168044a Correction de bug introduit par la précédente modification 2023-09-02 17:05:04 +02:00
4 changed files with 29 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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