Fix front setup

This commit is contained in:
2024-04-15 16:21:03 +02:00
parent 67d4a50bb2
commit 00e42ae158
10 changed files with 25 additions and 17 deletions

2
01-front/abstract.tex Normal file
View File

@@ -0,0 +1,2 @@
\chapterstartoc{Abstract}
\label{ch:abstract}

View File

@@ -0,0 +1,2 @@
\chapterstartoc{Acknowledgement}
\label{ch:conclusion}

2
01-front/acronyms.tex Normal file
View File

@@ -0,0 +1,2 @@
\chapterstartoc{List of Acronyms}
\label{ch:acronyms}

3
01-front/contents.tex Normal file
View File

@@ -0,0 +1,3 @@
\renewcommand{\contentsname}{Table of Contents}
\tableofcontents
\addcontentsline{toc}{chapter}{\contentsname}

2
01-front/figures.tex Normal file
View File

@@ -0,0 +1,2 @@
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}

View File

@@ -0,0 +1,2 @@
\chapterstartoc{List of Publications}
\label{ch:publications}

2
01-front/résumé.tex Normal file
View File

@@ -0,0 +1,2 @@
\chapterstartoc{Résumé}
\label{ch:resume}

2
01-front/tables.tex Normal file
View File

@@ -0,0 +1,2 @@
\listoftables
\addcontentsline{toc}{chapter}{\listtablename}

View File

@@ -1,6 +0,0 @@
\chapter*{Acknowledgement}
Je tiens à remercier \\
I would like to thank. my parents..\\
J'adresse également toute ma reconnaissance à .... \\
....

View File

@@ -45,19 +45,16 @@
\input{00-cover/cover} \input{00-cover/cover}
\selectlanguage{english} \selectlanguage{english}
\clearemptydoublepage
\input{./Acknowledgement/acknowledgement}
\frontmatter \frontmatter
\clearemptydoublepage \inputchapter{01-front/acknowledgement}
\renewcommand{\contentsname}{Table of Contents} \inputchapter{01-front/abstract}
\tableofcontents \inputchapter{01-front/résumé}
%\shorttableofcontents{Sommaire}{0} \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 \mainmatter
\inputchapter{11-introduction/introduction} \inputchapter{11-introduction/introduction}
\inputchapter{12-chapitre1/chapitre1} \inputchapter{12-chapitre1/chapitre1}