Update structure

This commit is contained in:
2024-06-25 18:11:03 +02:00
parent d263d7f016
commit 098ccf9f89
33 changed files with 70 additions and 50 deletions

View File

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

View File

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

View File

@@ -0,0 +1,7 @@
\chapterstartoc{List of Acronyms}
\label{ch:acronyms}
\begin{description}[font=\normalfont\bfseries]
\item[AR] Augmented Reality
\item[VR] Virtual Reality
\end{description}

View File

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

View File

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

View File

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

View File

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

View File

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