From e174c793694ed12d413670370bd71cbb31cc5068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Mon, 27 Aug 2018 16:18:03 +0200 Subject: [PATCH] Switch to xelatex --- report/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/Makefile b/report/Makefile index 3fc7098..0340714 100644 --- a/report/Makefile +++ b/report/Makefile @@ -1,7 +1,7 @@ all: report.pdf report.pdf: report.tex fiche_synthese.tex ../shared/report.bib - latexmk -pdf $< + latexmk -xelatex -pdf $< clean: rm -f *aux *bbl *bcf *blg *_latexmk *fls *log *out *.run.xml