2022-06-20 21:43:27 +02:00
|
|
|
\documentclass[fontsize=10pt,paper=b5,open=any,
|
2022-08-05 15:22:34 +02:00
|
|
|
twoside=yes,toc=listof,toc=bibliography,headings=optiontohead,
|
|
|
|
captions=nooneline,captions=tableabove,english,DIV=15,numbers=noenddot,final,parskip=half-,
|
|
|
|
headinclude=true,footinclude=false,BCOR=.5cm]{scrbook}
|
2022-06-20 21:43:27 +02:00
|
|
|
\pdfvariable suppressoptionalinfo 512\relax
|
2022-08-05 15:22:34 +02:00
|
|
|
\usepackage[bottom]{footmisc}
|
|
|
|
\raggedbottom
|
2022-07-21 10:11:38 +02:00
|
|
|
\usepackage{lualatex-math}
|
2022-08-11 14:42:36 +02:00
|
|
|
\usepackage{wrapfig2}
|
2022-06-20 21:43:27 +02:00
|
|
|
\usepackage{hirostyle}
|
|
|
|
\usepackage{hiromacros}
|
|
|
|
|
2022-08-05 15:22:34 +02:00
|
|
|
\newcommand{\figW}{\columnwidth}
|
|
|
|
\newcommand{\figH}{0.61803551232\figW}
|
|
|
|
|
|
|
|
\newcommand{\legendfontsize}{\tiny}
|
|
|
|
\newcommand{\tickfontsize}{\tiny}
|
|
|
|
\newcommand{\labelfontsize}{\scriptsize}
|
|
|
|
|
|
|
|
|
2022-08-12 21:02:10 +02:00
|
|
|
% \usepackage{verbatim} % provides the `\comment` block
|
|
|
|
% \renewenvironment{figure}[1][]{%
|
|
|
|
% \expandafter\comment%
|
|
|
|
% }{%
|
|
|
|
% \expandafter\endcomment%
|
|
|
|
% }
|
2022-08-31 15:00:22 +02:00
|
|
|
% \renewenvironment{wrapfig}[1][]{%
|
|
|
|
% \expandafter\comment%
|
|
|
|
% }{%
|
|
|
|
% \expandafter\endcomment%
|
|
|
|
% }
|
|
|
|
|
|
|
|
|
2022-08-12 21:02:10 +02:00
|
|
|
\usepackage[switch*]{lineno}
|
|
|
|
\renewcommand\linenumberfont{\normalfont\tiny\color{gray}}
|
|
|
|
\linenumbers
|
|
|
|
|
|
|
|
|
|
|
|
%% Patch 'normal' math environments:
|
|
|
|
\newcommand*\linenomathpatch[1]{%
|
|
|
|
\cspreto{#1}{\linenomath}%
|
|
|
|
\cspreto{#1*}{\linenomath}%
|
|
|
|
\csappto{end#1}{\endlinenomath}%
|
|
|
|
\csappto{end#1*}{\endlinenomath}%
|
|
|
|
}
|
|
|
|
|
|
|
|
\linenomathpatch{equation}
|
|
|
|
\linenomathpatch{gather}
|
|
|
|
\linenomathpatch{multline}
|
|
|
|
\linenomathpatch{align}
|
|
|
|
\linenomathpatch{alignat}
|
|
|
|
\linenomathpatch{flalign}
|
2022-08-05 15:22:34 +02:00
|
|
|
|
2022-06-20 21:43:27 +02:00
|
|
|
\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}
|
2022-08-05 15:22:34 +02:00
|
|
|
|
2022-08-22 14:01:55 +02:00
|
|
|
% \includeonly{./src/intro}
|
2022-08-05 15:22:34 +02:00
|
|
|
|
2022-06-20 21:43:27 +02:00
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
% Chapters
|
2022-07-21 09:52:54 +02:00
|
|
|
\include{./src/intro}
|
2022-07-21 10:19:39 +02:00
|
|
|
\include{./src/flow}
|
|
|
|
\include{./src/analytical_solution}
|
2022-08-05 15:22:34 +02:00
|
|
|
\include{./src/num_results}
|
2022-09-13 16:29:43 +02:00
|
|
|
\include{./src/thermo}
|
2022-09-16 18:45:51 +02:00
|
|
|
\include{./src/outro}
|
2022-06-21 10:59:10 +02:00
|
|
|
|
2022-09-19 16:52:30 +02:00
|
|
|
\begin{appendices}
|
2022-07-21 10:19:39 +02:00
|
|
|
\include{./src/hops_tweak}
|
2022-08-11 14:42:36 +02:00
|
|
|
\include{./src/further_graphics}
|
2022-09-19 16:52:30 +02:00
|
|
|
\end{appendices}
|
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-08-11 14:42:36 +02:00
|
|
|
%%% TeX-engine: luatex
|
2022-06-20 21:43:27 +02:00
|
|
|
%%% End:
|