From 6ba05640e213b0be340d46efc56bec3090d2b7ed Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 22 Jan 2014 09:26:04 +0100 Subject: Use XeTeX to build PDF manual --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index ededfe8..7ccaf43 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,7 +14,7 @@ clean: rm -f manual.pdf manual.html manual.pdf: $(INPUTS) - $(PANDOC) $(OPTS) $(INPUTS) -o $@ + $(PANDOC) $(OPTS) $(INPUTS) --latex-engine=xelatex -o $@ manual.html: $(INPUTS) style.css $(PANDOC) $(OPTS) $(INPUTS) -H webfonts.html -c style.css -o $@ -- cgit v1.2.3