master-thesis-tex/index.tex

77 lines
1.8 KiB
TeX
Raw Normal View History

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-09-27 14:24:38 +02:00
2022-06-20 21:43:27 +02:00
\pdfvariable suppressoptionalinfo 512\relax
2022-09-27 14:24:38 +02:00
% \usepackage{xcolor}
% \usepackage[a4,center,cam,lualatex]{crop}
2022-09-27 17:09:42 +02:00
\usepackage[cmyk,hyperref]{xcolor}
2022-08-11 14:42:36 +02:00
\usepackage{wrapfig2}
2022-06-20 21:43:27 +02:00
\usepackage{hirostyle}
\usepackage{hiromacros}
2022-09-27 17:09:42 +02:00
\usepackage{lualatex-math}
\usepackage[bottom]{footmisc}
\raggedbottom
2022-06-20 21:43:27 +02:00
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-09-29 11:39:05 +02:00
\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}
2022-08-05 15:22:34 +02:00
2022-09-29 11:39:05 +02:00
\date{\today}
2022-06-20 21:43:27 +02:00
\begin{document}
\include{./src/title}
2022-09-26 18:29:59 +02:00
\include{./src/abstract}
2022-09-28 17:02:03 +02:00
\include{./src/acknowledgements}
2022-06-20 21:43:27 +02:00
\tableofcontents
% Chapters
2022-07-21 09:52:54 +02:00
\include{./src/intro}
\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
\appendix
\include{./src/hops_tweak}
2022-08-11 14:42:36 +02:00
\include{./src/further_graphics}
2022-06-20 21:43:27 +02:00
\printbibliography{}
\include{./src/erklaerung}
2022-06-20 21:43:27 +02:00
\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: