\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{Energy Flow in Strongly Coupled Open Quantum Systems} \author{Valentin Boettcher} \date{\today} % \includeonly{./src/intro} \begin{document} \maketitle \tableofcontents % Chapters \include{./src/intro} \include{./src/flow} \include{./src/analytical_solution} \include{./src/num_results} \appendix \include{./src/hops_tweak} \include{./src/further_graphics} \printbibliography{} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% TeX-output-dir: "output" %%% TeX-engine: luatex %%% End: