From 00e42ae15821d27eeb0c041da1506181b2bf573e Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Mon, 15 Apr 2024 16:21:03 +0200 Subject: [PATCH] Fix front setup --- 01-front/abstract.tex | 2 ++ 01-front/acknowledgement.tex | 2 ++ 01-front/acronyms.tex | 2 ++ 01-front/contents.tex | 3 +++ 01-front/figures.tex | 2 ++ 01-front/publications.tex | 2 ++ 01-front/résumé.tex | 2 ++ 01-front/tables.tex | 2 ++ Acknowledgement/acknowledgement.tex | 6 ------ main.tex | 19 ++++++++----------- 10 files changed, 25 insertions(+), 17 deletions(-) create mode 100644 01-front/abstract.tex create mode 100644 01-front/acknowledgement.tex create mode 100644 01-front/acronyms.tex create mode 100644 01-front/contents.tex create mode 100644 01-front/figures.tex create mode 100644 01-front/publications.tex create mode 100644 01-front/résumé.tex create mode 100644 01-front/tables.tex delete mode 100644 Acknowledgement/acknowledgement.tex diff --git a/01-front/abstract.tex b/01-front/abstract.tex new file mode 100644 index 0000000..1140574 --- /dev/null +++ b/01-front/abstract.tex @@ -0,0 +1,2 @@ +\chapterstartoc{Abstract} +\label{ch:abstract} diff --git a/01-front/acknowledgement.tex b/01-front/acknowledgement.tex new file mode 100644 index 0000000..36b0647 --- /dev/null +++ b/01-front/acknowledgement.tex @@ -0,0 +1,2 @@ +\chapterstartoc{Acknowledgement} +\label{ch:conclusion} diff --git a/01-front/acronyms.tex b/01-front/acronyms.tex new file mode 100644 index 0000000..4a62549 --- /dev/null +++ b/01-front/acronyms.tex @@ -0,0 +1,2 @@ +\chapterstartoc{List of Acronyms} +\label{ch:acronyms} diff --git a/01-front/contents.tex b/01-front/contents.tex new file mode 100644 index 0000000..83e242a --- /dev/null +++ b/01-front/contents.tex @@ -0,0 +1,3 @@ +\renewcommand{\contentsname}{Table of Contents} +\tableofcontents +\addcontentsline{toc}{chapter}{\contentsname} diff --git a/01-front/figures.tex b/01-front/figures.tex new file mode 100644 index 0000000..99e458c --- /dev/null +++ b/01-front/figures.tex @@ -0,0 +1,2 @@ +\listoffigures +\addcontentsline{toc}{chapter}{\listfigurename} diff --git a/01-front/publications.tex b/01-front/publications.tex new file mode 100644 index 0000000..6848525 --- /dev/null +++ b/01-front/publications.tex @@ -0,0 +1,2 @@ +\chapterstartoc{List of Publications} +\label{ch:publications} diff --git a/01-front/résumé.tex b/01-front/résumé.tex new file mode 100644 index 0000000..6d63389 --- /dev/null +++ b/01-front/résumé.tex @@ -0,0 +1,2 @@ +\chapterstartoc{Résumé} +\label{ch:resume} diff --git a/01-front/tables.tex b/01-front/tables.tex new file mode 100644 index 0000000..2b874e9 --- /dev/null +++ b/01-front/tables.tex @@ -0,0 +1,2 @@ +\listoftables +\addcontentsline{toc}{chapter}{\listtablename} diff --git a/Acknowledgement/acknowledgement.tex b/Acknowledgement/acknowledgement.tex deleted file mode 100644 index 5fe73dd..0000000 --- a/Acknowledgement/acknowledgement.tex +++ /dev/null @@ -1,6 +0,0 @@ -\chapter*{Acknowledgement} - -Je tiens à remercier \\ -I would like to thank. my parents..\\ -J'adresse également toute ma reconnaissance à .... \\ -.... diff --git a/main.tex b/main.tex index 276b559..07723c2 100644 --- a/main.tex +++ b/main.tex @@ -45,19 +45,16 @@ \input{00-cover/cover} \selectlanguage{english} -\clearemptydoublepage -\input{./Acknowledgement/acknowledgement} - \frontmatter -\clearemptydoublepage -\renewcommand{\contentsname}{Table of Contents} -\tableofcontents -%\shorttableofcontents{Sommaire}{0} +\inputchapter{01-front/acknowledgement} +\inputchapter{01-front/abstract} +\inputchapter{01-front/résumé} +\inputchapter{01-front/publications} +\inputchapter{01-front/contents} +\inputchapter{01-front/acronyms} +\inputchapter{01-front/figures} +\inputchapter{01-front/tables} -\clearemptydoublepage -\input{./Introduction/introduction} - -\clearemptydoublepage \mainmatter \inputchapter{11-introduction/introduction} \inputchapter{12-chapitre1/chapitre1}