mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 17:41:41 -05:00
30 lines
631 B
TeX
30 lines
631 B
TeX
\documentclass[fontsize=12pt,paper=a4,open=any,parskip=half,
|
|
twoside=false,toc=listof,toc=bibliography,fleqn,leqno,
|
|
captions=nooneline,captions=tableabove,english]{scrbook}
|
|
|
|
\usepackage{hirostyle}
|
|
\addbibresource{thesis.bib}
|
|
|
|
\title{Title}
|
|
\author{Valentin Boettcher}
|
|
|
|
\begin{document}
|
|
\input{./tex/title.tex}
|
|
\tableofcontents
|
|
|
|
\input{./tex/qqgammagamma.tex}
|
|
\input{./tex/qqgammagamma/calculation.tex}
|
|
\input{./tex/qqgammagamma/comparison.tex}
|
|
|
|
\input{./tex/monte-carlo.tex}
|
|
\input{./tex/monte-carlo/integration.tex}
|
|
|
|
|
|
\appendix
|
|
\input{./tex/appendix.tex}
|
|
|
|
\clearpage
|
|
\listoffigures
|
|
\listoftables
|
|
\printbibliography
|
|
\end{document}
|