mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 17:41:41 -05:00
65 lines
1.4 KiB
TeX
65 lines
1.4 KiB
TeX
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: t
|
|
%%% End:
|
|
|
|
\documentclass[fontsize=12pt,paper=a4,open=any,parskip=half,
|
|
twoside=false,toc=listof,toc=bibliography,fleqn,leqno,
|
|
captions=nooneline,captions=tableabove,english,DIV=16,numbers=noenddot,final]{scrbook}
|
|
|
|
\usepackage{hirostyle}
|
|
\addbibresource{thesis.bib}
|
|
|
|
\title{A Study of Monte Carlo Methods and their Application to
|
|
Diphoton Production at the Large Hadron Collider}
|
|
\author{Valentin Boettcher}
|
|
\date{10.~Juni~2020}
|
|
|
|
\begin{document}
|
|
|
|
\pagenumbering{Alph}
|
|
\input{./tex/title.tex}
|
|
\clearpage
|
|
\input{./tex/abstract.tex}
|
|
\clearpage
|
|
\thispagestyle{empty}
|
|
\mbox{}
|
|
\clearpage
|
|
\tableofcontents
|
|
\clearpage
|
|
|
|
\pagenumbering{arabic}
|
|
\input{./tex/introduction.tex}
|
|
|
|
\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}
|
|
\input{./tex/monte-carlo/sampling.tex}
|
|
|
|
\input{./tex/pdf.tex}
|
|
\input{./tex/pdf/pdf_basics.tex}
|
|
\input{./tex/pdf/lab_xs.tex}
|
|
\input{./tex/pdf/results.tex}
|
|
|
|
\input{./tex/pheno.tex}
|
|
\input{./tex/pheno/setup.tex}
|
|
\input{./tex/pheno/discussion.tex}
|
|
|
|
\input{./tex/summary.tex}
|
|
|
|
\clearpage
|
|
\appendix
|
|
\pagenumbering{roman}
|
|
\input{./tex/appendix.tex}
|
|
|
|
\clearpage
|
|
\printbibliography
|
|
\clearpage
|
|
\input{./tex/erklaerung.tex}
|
|
\clearpage
|
|
\input{./tex/thanks.tex}
|
|
\clearpage
|
|
\end{document}
|