master-thesis-tex/index.tex

37 lines
774 B
TeX

\documentclass[fontsize=10pt,paper=b5,open=any,
,twoside=true,toc=listof,toc=bibliography,headings=optiontohead,
captions=nooneline,captions=tableabove,english,DIV=calc,numbers=noenddot,final,parskip=half,
headinclude=true,footinclude=false,BCOR=1cm]{scrbook}
\pdfvariable suppressoptionalinfo 512\relax
\usepackage{hirostyle}
\usepackage{hiromacros}
\addbibresource{references.bib}
\synctex=1
\title{Calculating heat flows with HOPS}
\author{Valentin Boettcher}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
% Chapters
\include{src/ugly}
\include{src/analytical_solution}
\appendix
\include{src/hops_tweak}
\printbibliography{}
\end{document}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-output-dir: "output"
%%% End: