rework of results section

This commit is contained in:
2025-08-20 16:51:13 +02:00
parent 6520ddc690
commit 2efa180985
5 changed files with 778 additions and 570 deletions
+7 -4
View File
@@ -16,6 +16,7 @@
\usepackage{multirow}
\usepackage{blindtext}
\usepackage[a4paper, margin=1in]{geometry}
\usepackage[toc,page]{appendix}
\usepackage{graphicx}
\graphicspath{{resources/figures/}}
@@ -25,10 +26,10 @@
\usepackage{hyperref}
\hypersetup{
colorlinks = true, % Colours links instead of ugly boxes
urlcolor = blue, % Colour for external hyperlinks
linkcolor = blue, % Colour of internal links
citecolor = red % Colour of citations
colorlinks = true, % Colours links instead of ugly boxes
urlcolor = blue, % Colour for external hyperlinks
linkcolor = blue, % Colour of internal links
citecolor = red % Colour of citations
}
% Document
@@ -94,6 +95,8 @@
Responsibility for the content, structure, and conclusions of this thesis remains entirely my own.
\pagebreak
\include{sections/appendix}
\printbibliography
\end{document}