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

let's try like this

parent b7ccf4e6
No related branches found
No related tags found
No related merge requests found
Pipeline #16012 passed
......@@ -3,7 +3,7 @@ OPTIONS += --filter=pandoc-numbering
OPTIONS += --filter=pandoc-crossref
PDFOPTIONS = --highlight-style kate
PDFOPTIONS += --pdf-engine xelatex
PDFOPTIONS += --pdf-engine pdflatex
PDFOPTIONS += --number-sections
PDFOPTIONS += --template=./default.latex
......@@ -20,7 +20,7 @@ SOURCES := $(filter-out 08_notes.md, $(SOURCES))
all: cours.pdf cours.html
# %.tex: %.md
# pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $<
# pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $< --metadata-file metadata.yaml
cours.pdf: $(CLASS_SOURCES)
pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml
......
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