mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-04 09:11:38 -05:00
76 lines
1.8 KiB
TeX
76 lines
1.8 KiB
TeX
\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:
|