mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-04 17:21:37 -05:00
32 lines
680 B
TeX
32 lines
680 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/index.tex}
|
|
|
|
\printbibliography{}
|
|
\end{document}
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: t
|
|
%%% End:
|