From f54f17453a99dd70dfefcad1805b62c41ee258cc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 23 Mar 2015 02:00:59 +0100 Subject: Disable TeX ligatures (preparation for csquote package support). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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))) -- cgit v1.2.3