Fix front setup
This commit is contained in:
2
01-front/abstract.tex
Normal file
2
01-front/abstract.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapterstartoc{Abstract}
|
||||
\label{ch:abstract}
|
||||
2
01-front/acknowledgement.tex
Normal file
2
01-front/acknowledgement.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapterstartoc{Acknowledgement}
|
||||
\label{ch:conclusion}
|
||||
2
01-front/acronyms.tex
Normal file
2
01-front/acronyms.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapterstartoc{List of Acronyms}
|
||||
\label{ch:acronyms}
|
||||
3
01-front/contents.tex
Normal file
3
01-front/contents.tex
Normal file
@@ -0,0 +1,3 @@
|
||||
\renewcommand{\contentsname}{Table of Contents}
|
||||
\tableofcontents
|
||||
\addcontentsline{toc}{chapter}{\contentsname}
|
||||
2
01-front/figures.tex
Normal file
2
01-front/figures.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\listoffigures
|
||||
\addcontentsline{toc}{chapter}{\listfigurename}
|
||||
2
01-front/publications.tex
Normal file
2
01-front/publications.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapterstartoc{List of Publications}
|
||||
\label{ch:publications}
|
||||
2
01-front/résumé.tex
Normal file
2
01-front/résumé.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\chapterstartoc{Résumé}
|
||||
\label{ch:resume}
|
||||
2
01-front/tables.tex
Normal file
2
01-front/tables.tex
Normal file
@@ -0,0 +1,2 @@
|
||||
\listoftables
|
||||
\addcontentsline{toc}{chapter}{\listtablename}
|
||||
@@ -1,6 +0,0 @@
|
||||
\chapter*{Acknowledgement}
|
||||
|
||||
Je tiens à remercier \\
|
||||
I would like to thank. my parents..\\
|
||||
J'adresse également toute ma reconnaissance à .... \\
|
||||
....
|
||||
19
main.tex
19
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}
|
||||
|
||||
Reference in New Issue
Block a user