commit 422167c8fbda055bce8abcd81a8e7442052f467d
parent f3c49a7c9488e3ff9ce46c184052659c02f01905
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date: Mon, 10 Jun 2024 12:38:54 +0200
added doc authorship
Diffstat:
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/doc/thesis/authorship.tex b/doc/thesis/authorship.tex
@@ -0,0 +1,16 @@
+I hereby declare that I have written this thesis independently and have not used
+any sources or aids other than those acknowledged.
+
+All statements taken from other writings, either literally or in essence, have been
+marked as such.
+
+I hereby agree that the present work may be reviewed in electronic form using
+appropriate software.\\
+
+
+\today\\
+
+\begin{tabular}{@{}p{6.5cm}@{\hspace{1cm}}@{}p{6.5cm}@{}}
+\hrulefill & \hrulefill \\
+Lukas Matyja & Johannes Casaburi
+\end{tabular}
diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf
Binary files differ.
diff --git a/doc/thesis/thesis.tex b/doc/thesis/thesis.tex
@@ -17,8 +17,6 @@
\input{abstract}
\tableofcontents
-\addcontentsline{toc}{chapter}{\listfigurename}
-\listoffigures
\chapter*{Acknowledgements}
\input{chapters/acknowledgements/acknowledgements}
@@ -51,9 +49,13 @@
\input{chapters/results/future}
\input{chapters/results/conclusion}
+\chapter*{Declaration of Authorship}
+\input{authorship}
+
\bibliography{bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
-
+\addcontentsline{toc}{chapter}{\listfigurename}
+\listoffigures
\printglossary
\end{document}