master-thesis-tex/index.tex

87 lines
2 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[bottom]{footmisc}
\raggedbottom
\usepackage{lualatex-math}
\usepackage{wrapfig2}
\usepackage{hirostyle}
\usepackage{hiromacros}
\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%
% }
\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}
\addbibresource{references.bib} \synctex=1 \title{Accessing the Global
Unitary Dynamics of Open Quantum Systems with the Hierarchy of Pure
States} \author{Valentin Boettcher} \date{\today}
% \includeonly{./src/intro}
\begin{document}
\include{./src/title}
\include{./src/abstract}
\tableofcontents
% Chapters
\include{./src/intro}
\include{./src/flow}
\include{./src/analytical_solution}
\include{./src/num_results}
\include{./src/thermo}
\include{./src/outro}
\begin{appendices}
\include{./src/hops_tweak}
\include{./src/further_graphics}
\end{appendices}
\printbibliography{}
\include{./src/erklaerung}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-output-dir: "output"
%%% TeX-engine: luatex
%%% End: