Start work on introduction and setup citations

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-10-04 22:43:45 +02:00
parent 4ecd47678b
commit 930081918c
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 24 additions and 3 deletions

View file

@ -6,8 +6,7 @@
% ,BCOR=18mm % Binding correction
,bibliography=totoc % If enabled add bibliography to TOC
,listof=totoc % If enabled add lists to TOC
% ,bilingual
,monolingual
,monolingual,
]{bfhthesis} % KOMA-script report
\usepackage[
@ -15,6 +14,9 @@
pdfusetitle,
]{hyperref}
% Add space between paragraphs
\usepackage{parskip}
\usepackage{pgfgantt}
\usepackage{rotating}
@ -59,6 +61,10 @@
\input{09_future_work.tex}
\input{10_project_management.tex}
\cleardoublepage
\bibliographystyle{plainurl}
\bibliography{thesis}
\appendix
\chapter{First appendix Chapter}
\end{document}