bachelor_thesis/latex/document.tex

30 lines
593 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}
\listoffigures
\listoftables
\appendix
\input{./tex/appendix.tex}
% Bibliography:
\clearpage
% \input{./tex/mybibliography.tex}
\end{document}