From dbf61a7e4e6ea296bd6a0474d6e2d0fdc0b5a1f9 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 20 Dec 2018 15:24:02 +0100 Subject: [PATCH] =?UTF-8?q?ajouter=20l'option=20shell-escape=20=C3=A0=20xe?= =?UTF-8?q?latex=20pour=20les=20exercices=20TC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 363a33c..c219836 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SRC := $(wildcard *.tex) OBJPDF := $(SRC:tex=pdf) RM := rm --force TEXPDFPRG := xelatex -TEXPDFOPT := -file-line-error +TEXPDFOPT := -file-line-error -shell-escape DATE := `date +'%d%m%Y-%H%M%S'` BUILDLOG := build-messages-$(DATE).txt LATEXBUILD := $(TEXPDFPRG) $(TEXPDFOPT)