Skip to content
Snippets Groups Projects
Commit c4e7d5e8 authored by Alice Brenon's avatar Alice Brenon
Browse files

Keep pandoc from trying to make LaTeX smart; it caused missing spaces after...

Keep pandoc from trying to make LaTeX smart; it caused missing spaces after double-quotes and extra-large single quotes (as well as lines ending with a single quote like «l'\n»
parent aeb77cee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment