From c41d008c55bb53b3d1c038dfd762fbd1f4c89feb Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Thu, 10 Mar 2022 23:37:42 +0100
Subject: [PATCH] let's try like this

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2d299a2..5201508 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-- 
GitLab