From 56694008bf0181f2f67eb111d7aa2ac4ab93c399 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sun, 20 Jun 2021 21:54:58 +0200
Subject: [PATCH] updated makefile for xelatex

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b1a286e..2d299a2 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)
-- 
GitLab