From c4e7d5e84233a2a5c9660810040630342d33b3d8 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Tue, 11 Mar 2025 14:17:55 +0100
Subject: [PATCH] =?UTF-8?q?Keep=20pandoc=20from=20trying=20to=20make=20LaT?=
 =?UTF-8?q?eX=20smart;=20it=20caused=20missing=20spaces=20after=20double-q?=
 =?UTF-8?q?uotes=20and=20extra-large=20single=20quotes=20(as=20well=20as?=
 =?UTF-8?q?=20lines=20ending=20with=20a=20single=20quote=20like=20=C2=ABl'?=
 =?UTF-8?q?\n=C2=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Introduction/Cadre.md | 2 +-
 Makefile              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Introduction/Cadre.md b/Introduction/Cadre.md
index 8642356..9c3bb71 100644
--- a/Introduction/Cadre.md
+++ b/Introduction/Cadre.md
@@ -11,7 +11,7 @@ encyclopédique par excellence:
 > linguistique, sociologie, statistique, démographie, histoire, toutes les
 > branches des connaissances humaines lui apportent leur contingent de faits
 >
-> -- La Grande Encyclopédie, T18, p.767
+> — La Grande Encyclopédie, T18, p.767
 
 Cet extrait de l'article GÉOGRAPHIE qu'il rédige pour *La Grande Encyclopédie,
 Inventaire raisonné des Sciences, des Lettres et des Arts par une Société de
diff --git a/Makefile b/Makefile
index 54b92c3..d759568 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ CUSTOM_FILTER = filter/with-glossary
 FILTERS = pandoc-fignos $(CUSTOM_FILTER)
 LUA_FILTERS = ./filter/with-bibliography.lua ./filter/with-folio.lua
 WITH_FILTERS = $(FILTERS:%=--filter %) $(LUA_FILTERS:%=--lua-filter %)
-PANDOC_OPTIONS = --pdf-engine=xelatex
+PANDOC_OPTIONS = --pdf-engine=xelatex --from=markdown-smart
 FIGURE_GEOPYCK_OPTIONS = --cmap Purples --maxWidth 13
 CONFUSION_MATRIX = geopyck drawMatrix $(FIGURE_GEOPYCK_OPTIONS)
 
-- 
GitLab