2022-06-20 21:43:27 +02:00
|
|
|
\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
|
2022-06-21 11:44:47 +02:00
|
|
|
\title{Energy Flow in Strongly Coupled Open Quantum Systems}
|
2022-06-20 21:43:27 +02:00
|
|
|
\author{Valentin Boettcher}
|
|
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
% Chapters
|
2022-07-21 09:52:54 +02:00
|
|
|
\include{./src/intro}
|
|
|
|
% \include{./src/flow}
|
|
|
|
% \include{./src/num_results}
|
|
|
|
% \include{./src/analytical_solution}
|
2022-06-21 10:59:10 +02:00
|
|
|
|
2022-07-21 09:52:54 +02:00
|
|
|
% \appendix
|
|
|
|
% \include{./src/hops_tweak}
|
2022-06-20 21:43:27 +02:00
|
|
|
|
|
|
|
\printbibliography{}
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: t
|
2022-06-20 22:18:43 +02:00
|
|
|
%%% TeX-output-dir: "output"
|
2022-06-20 21:43:27 +02:00
|
|
|
%%% End:
|