From 307ffd790a308e9de3ebafc9a673611584a71137 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Mon, 28 Feb 2022 18:30:13 +0100
Subject: [PATCH] Make docx honour section numbering

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 88aa456..2bccf40 100644
--- a/Makefile
+++ b/Makefile
@@ -18,5 +18,5 @@ ICHLL_Brenon.docx: $(DEPEDENCIES)
 	dot -Tpng $< -o $@
 
 %.docx: %.md
-	LANG=fr_FR.UTF-8 pandoc $< -o $@
+	LANG=fr_FR.UTF-8 pandoc $< --to docx --number-sections -o $@
 
-- 
GitLab