Skip to content
Snippets Groups Projects
Verified Commit 56694008 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated makefile for xelatex

parent f1583430
No related branches found
No related tags found
No related merge requests found
Pipeline #14292 failed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment