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}