Update notes and documents
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-10-27 14:33:47 +02:00
parent 113d31a592
commit 91978e22d9
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
10 changed files with 155 additions and 37 deletions

View file

@ -30,6 +30,11 @@
\usepackage{pgfgantt}
\usepackage{rotating}
\usepackage{siunitx}
\sisetup{per-mode=symbol}
\usepackage{float}
% https://tex.stackexchange.com/a/24827
\makeatletter
\def\input@path{{documentation/thesis/content}}
@ -75,6 +80,9 @@
\bibliographystyle{plainurl}
\bibliography{thesis}
\listoffigures
\listoftables
\appendix
\chapter{First appendix Chapter}
\end{document}