Update notes and documents
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
113d31a592
commit
91978e22d9
10 changed files with 155 additions and 37 deletions
|
@ -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}
|
||||
|
|
Reference in a new issue