From 668edae540be185e7eafaf0b9ec19d2ea44abfbc Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Wed, 23 Dec 2020 13:02:16 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20test=20pour=20contr=C3=B4ler=20l?= =?UTF-8?q?a=20localisaation=20dans=20une=20section=20de=20la=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utilitaires/generer-md-pour-citeproc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilitaires/generer-md-pour-citeproc.sh b/Utilitaires/generer-md-pour-citeproc.sh index 8f368e5..3f75d20 100755 --- a/Utilitaires/generer-md-pour-citeproc.sh +++ b/Utilitaires/generer-md-pour-citeproc.sh @@ -37,6 +37,7 @@ printLocators() { echo "" >> "$OUTPUT_FILE" echo "Plusieurs $locator[$ref, {p. 4}, ${locator}3-5]" >> "$OUTPUT_FILE" echo "Plusieurs $locator dans la même page que le précédent[$ref, {p. 4}, ${locator}9-10]" >> "$OUTPUT_FILE" + echo "Une source dont on indique la section où se trouve la citation[@SourceLivreSimple, {section VI, 5, 3}, p. 56]" >> "$OUTPUT_FILE" done }