-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.tex
76 lines (62 loc) · 1.77 KB
/
index.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\documentclass[fontsize=10pt,paper=b5,open=any,
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}
\pdfvariable suppressoptionalinfo 512\relax
% \usepackage{xcolor}
% \usepackage[a4,center,cam,lualatex]{crop}
\usepackage[cmyk,hyperref]{xcolor}
\usepackage{wrapfig2}
\usepackage{hirostyle}
\usepackage{hiromacros}
\usepackage{lualatex-math}
\usepackage[bottom]{footmisc}
\raggedbottom
\newcommand{\figW}{\columnwidth}
\newcommand{\figH}{0.61803551232\figW}
\newcommand{\legendfontsize}{\tiny}
\newcommand{\tickfontsize}{\tiny}
\newcommand{\labelfontsize}{\scriptsize}
% \usepackage{verbatim} % provides the `\comment` block
% \renewenvironment{figure}[1][]{%
% \expandafter\comment%
% }{%
% \expandafter\endcomment%
% }
% \renewenvironment{wrapfig}[1][]{%
% \expandafter\comment%
% }{%
% \expandafter\endcomment%
% }
\addbibresource{references.bib}
\synctex=1
\title{Accessing the Global
Unitary Dynamics of Strongly Coupled Open Quantum Systems}
\subtitle{Computing Bath Observables using the Hierarchy of Pure States
with Applications to Quantum Thermodynamics}
\author{Valentin Boettcher}
\date{\today}
\begin{document}
\include{./src/title}
\include{./src/abstract}
\include{./src/acknowledgements}
\tableofcontents
% Chapters
\include{./src/intro}
\include{./src/flow}
\include{./src/analytical_solution}
\include{./src/num_results}
\include{./src/thermo}
\include{./src/outro}
\appendix
\include{./src/hops_tweak}
\include{./src/further_graphics}
\printbibliography{}
\include{./src/erklaerung}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-output-dir: "output"
%%% TeX-engine: luatex
%%% End: