master-thesis-tex/index.tex

53 lines
1.2 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-06-20 21:43:27 +02:00
\pdfvariable suppressoptionalinfo 512\relax
2022-08-05 15:22:34 +02:00
\usepackage[bottom]{footmisc}
\raggedbottom
2022-07-21 10:11:38 +02:00
\usepackage{lualatex-math}
2022-08-11 14:42:36 +02:00
\usepackage{wrapfig2}
2022-06-20 21:43:27 +02:00
\usepackage{hirostyle}
\usepackage{hiromacros}
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-06-20 21:43:27 +02:00
\addbibresource{references.bib}
\synctex=1
2022-06-21 11:44:47 +02:00
\title{Energy Flow in Strongly Coupled Open Quantum Systems}
2022-06-20 21:43:27 +02:00
\author{Valentin Boettcher}
\date{\today}
2022-08-05 15:22:34 +02:00
% \includeonly{./src/num_results}
2022-06-20 21:43:27 +02:00
\begin{document}
\maketitle
\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-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{}
\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: