rendu pdf via xelatex

This commit is contained in:
Thomas NOËL 2015-02-18 18:39:28 +01:00
parent 78d4ce1780
commit 19a6f88722
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ ALL=installation-base.pdf installation-base.html \
all: $(ALL)
%.pdf: %.md
$(PANDOC) $(PANDOCFLAGS) --variable lang=french $< -o $@
$(PANDOC) $(PANDOCFLAGS) --latex-engine=xelatex --variable lang=french $< -o $@
%.tex: %.md
$(PANDOC) $(PANDOCFLAGS) --variable lang=french $< -o $@
$(PANDOC) $(PANDOCFLAGS) --latex-engine=xelatex --variable lang=french $< -o $@
%.html: %.md
$(PANDOC) $(PANDOCFLAGS) $< -o $@