From b1a674c1e995f2e9876effba6173e26b8408a7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Huet?= Date: Thu, 26 Apr 2018 15:15:11 +0200 Subject: [PATCH] =?UTF-8?q?Ajour=20d'un=20vspace=20pour=20la=20pr=C3=A9vis?= =?UTF-8?q?ualisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.tex b/main.tex index 8a1fb3c..0ef6bd9 100644 --- a/main.tex +++ b/main.tex @@ -7,7 +7,11 @@ \begin{document} \subfile{src/titlePage} -\tableofcontents +\tableofcontents{} %Commenter/supprimer pour enlever la table des matières + +\vspace{3cm} %À enlever +%\newpage %Décommenter pour sauter une page après la table des matières (conseillé) + \subfile{src/content} \[ \star \quad \star \quad \star \] -- GitLab