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 }