master-thesis-tex/index.tex

60 lines
1.4 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{hirostyle}
\usepackage{hiromacros}
\newcommand{\figW}{\columnwidth}
\newcommand{\figH}{0.61803551232\figW}
\newcommand{\legendfontsize}{\tiny}
\newcommand{\tickfontsize}{\tiny}
\newcommand{\labelfontsize}{\scriptsize}
\usepgfplotslibrary{groupplots,dateplot}
\usetikzlibrary{patterns,shapes.arrows}
\pgfplotsset{compat=newest}
\pgfplotsset{every axis/.append style={
tick label style={font=\tickfontsize},
legend style={font=\legendfontsize},
y label style={font=\labelfontsize},
x label style={font=\labelfontsize}}}
\addbibresource{references.bib}
\synctex=1
\title{Energy Flow in Strongly Coupled Open Quantum Systems}
\author{Valentin Boettcher}
\date{\today}
% \includeonly{./src/num_results}
\begin{document}
\maketitle
\tableofcontents
% Chapters
\include{./src/intro}
\include{./src/flow}
\include{./src/analytical_solution}
\include{./src/num_results}
\appendix
\include{./src/hops_tweak}
\printbibliography{}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-output-dir: "output"
%%% End: