diff --git a/Makefile b/Makefile index b1a286ea98b3e19804f4941970c4ca376451841c..2d299a2557fcd1ad10fdeb721b661399dfdb3f4d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OPTIONS += --filter=pandoc-numbering OPTIONS += --filter=pandoc-crossref PDFOPTIONS = --highlight-style kate -PDFOPTIONS += --pdf-engine pdflatex +PDFOPTIONS += --pdf-engine xelatex PDFOPTIONS += --number-sections PDFOPTIONS += --template=./default.latex @@ -23,7 +23,6 @@ all: cours.pdf cours.html # pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $< cours.pdf: $(CLASS_SOURCES) - pandoc -v pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml cours.html: $(CLASS_SOURCES)