From 70b168044a6a6b22237a4a7d42af161c4180fd1f Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Sat, 2 Sep 2023 17:05:04 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Correction=20de=20bug=20introduit=20par=20l?= =?UTF-8?q?a=20pr=C3=A9c=C3=A9dente=20modification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- REB/REB.csl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/REB/REB.csl b/REB/REB.csl index 20f3fca..a5ee2fe 100644 --- a/REB/REB.csl +++ b/REB/REB.csl @@ -97,12 +97,19 @@ - + - + + + + + + + + From 0f90ebdf82fa31e1d9080c9152304783f6037834 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Sat, 2 Sep 2023 17:08:14 +0200 Subject: [PATCH 2/3] Prise en compte des colonnes en plus des pages --- REB/REB.csl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REB/REB.csl b/REB/REB.csl index a5ee2fe..e3b7ba2 100644 --- a/REB/REB.csl +++ b/REB/REB.csl @@ -104,7 +104,7 @@ - + From c3f44b2b9e3746c78256dc202627233cd66d1dea Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Sat, 2 Sep 2023 17:09:06 +0200 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1065f3d..a1ba661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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