From bd03b2b5121ad823f10e4349ce79838a00fdcbc9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 10 Oct 2020 11:13:55 +0200 Subject: [PATCH] intro,outro --- cnam/travaux/mémoire/thesis/conclusion.tex | 5 +++-- cnam/travaux/mémoire/thesis/introduction.tex | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cnam/travaux/mémoire/thesis/conclusion.tex b/cnam/travaux/mémoire/thesis/conclusion.tex index 14393c5..571adfa 100644 --- a/cnam/travaux/mémoire/thesis/conclusion.tex +++ b/cnam/travaux/mémoire/thesis/conclusion.tex @@ -1,2 +1,3 @@ -\chapter*{Conclusion} -\addcontentsline{toc}{chapter}{Conclusion} +\def\outro{Conclusion} +\chapter*{\outro} +\addcontentsline{toc}{chapter}{\outro} diff --git a/cnam/travaux/mémoire/thesis/introduction.tex b/cnam/travaux/mémoire/thesis/introduction.tex index 0206f65..f156744 100644 --- a/cnam/travaux/mémoire/thesis/introduction.tex +++ b/cnam/travaux/mémoire/thesis/introduction.tex @@ -1,2 +1,3 @@ -\chapter*{Introduction} -\addcontentsline{toc}{chapter}{Introduction} +\def\intro{Introduction} +\chapter*{\intro} +\addcontentsline{toc}{chapter}{\intro}