From 29110f6c2ea5d50a60fa8d8ecc66c9154b03209d Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Wed, 8 Apr 2020 19:27:40 +0200
Subject: [PATCH] Modifie les options de compilation LaTeX
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

On obtient ainsi le bon rendu pour avec le package minted (il
nécessite l'option --shell-escape)
---
 Tutoriel.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Tutoriel.org b/Tutoriel.org
index b7c9366..c1cc8aa 100644
--- a/Tutoriel.org
+++ b/Tutoriel.org
@@ -4,6 +4,7 @@
 #+TITLE:Un court tutoriel pour Emacs
 #+OPTIONS: author:nil date:nil
 #+LATEX_HEADER: \usepackage[hmargin=2.5cm,vmargin=1.5cm]{geometry}
+#+LATEX_COMPILER: pdflatex --shell-escape
 
 #+LATEX_HEADER_EXTRA:  \usepackage{mdframed}
 #+LATEX_HEADER_EXTRA: \BeforeBeginEnvironment{minted}{\begin{mdframed}}
-- 
GitLab