From 15fb7c0e8136cf0678ecace6e4c21be90b4b4e64 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Wed, 23 Dec 2020 15:25:49 +0100 Subject: [PATCH] =?UTF-8?q?Ajouts=20d'espaces=20oubli=C3=A9s=20dans=20le?= =?UTF-8?q?=20fichier=20de=20test=20MD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utilitaires/generer-md-pour-citeproc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utilitaires/generer-md-pour-citeproc.sh b/Utilitaires/generer-md-pour-citeproc.sh index 3f75d20..5c82a4e 100755 --- a/Utilitaires/generer-md-pour-citeproc.sh +++ b/Utilitaires/generer-md-pour-citeproc.sh @@ -36,7 +36,9 @@ printLocators() { echo "Un $locator[$ref, {p. 3}, ${locator}3]" >> "$OUTPUT_FILE" echo "" >> "$OUTPUT_FILE" echo "Plusieurs $locator[$ref, {p. 4}, ${locator}3-5]" >> "$OUTPUT_FILE" + echo "" >> "$OUTPUT_FILE" echo "Plusieurs $locator dans la même page que le précédent[$ref, {p. 4}, ${locator}9-10]" >> "$OUTPUT_FILE" + echo "" >> "$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 }