summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7adb921..966f41e 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ $(markdown_includes:.md=.tex): %.tex: %.md
pandoc -f markdown -t latex --chapters -o $@ $<
$(flavors:%=$(stem)-%.pdf): $(stem)-%.pdf: $(stem).native $(templates) $(includes)
- pandoc --standalone $(args_meta) $(args_latex) $(args_$*) -o $@ $<
+ pandoc --standalone --no-tex-ligatures $(args_meta) $(args_latex) $(args_$*) -o $@ $<
clean:
rm -f $(foreach ext,native bib mw,$(stem:%=%.$(ext)))