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
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ OPTIONS += --filter=pandoc-numbering ...@@ -3,7 +3,7 @@ OPTIONS += --filter=pandoc-numbering
OPTIONS += --filter=pandoc-crossref OPTIONS += --filter=pandoc-crossref
PDFOPTIONS = --highlight-style kate PDFOPTIONS = --highlight-style kate
PDFOPTIONS += --pdf-engine pdflatex PDFOPTIONS += --pdf-engine xelatex
PDFOPTIONS += --number-sections PDFOPTIONS += --number-sections
PDFOPTIONS += --template=./default.latex PDFOPTIONS += --template=./default.latex
...@@ -23,7 +23,6 @@ all: cours.pdf cours.html ...@@ -23,7 +23,6 @@ all: cours.pdf cours.html
# pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $< # pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $<
cours.pdf: $(CLASS_SOURCES) cours.pdf: $(CLASS_SOURCES)
pandoc -v
pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml
cours.html: $(CLASS_SOURCES) cours.html: $(CLASS_SOURCES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment