Start work on introduction and setup citations
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4ecd47678b
commit
930081918c
4 changed files with 24 additions and 3 deletions
|
@ -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}
|
||||
|
|
Reference in a new issue