\documentclass[notitlepage, a4]{scrreprt} \input{preamble} \usepackage{xparse} \usepackage{siunitx} \sisetup{separate-uncertainty} \input{../pitstop/20180824/res.tex} \usepackage{a4wide} \usepackage{fontawesome} \usepackage{noindentafter} % \pretitle{\centering \huge \bfseries } % \posttitle{\par\vspace{0.5em}} % \preauthor{\begin{center}\Large} % \postauthor{\end{center}} % \predate{\par\large\centering} % \postdate{\par\vspace{3cm}} \NoIndentAfterEnv{itemize} \NoIndentAfterEnv{figure} \NoIndentAfterEnv{align} \titleformat{\chapter}{\bfseries\huge}{\thechapter}{.5em}{} \titleformat*{\section}{\bfseries\Large} \titleformat*{\subsection}{\bfseries\large} \renewcommand{\listingscaption}{\sffamily Code} \newcommand{\codecaption}[1]{\caption{\parbox[t]{.9\linewidth}{#1}}} \providecommand*{\listingautorefname}{code} \author{Patrick Nisblé} \title{\color{myteal}Calibration and Regulation of BrainScaleS' PowerIt Subsystems} \begin{document} %\maketitle \pagenumbering{Roman} \include{parts/title} \include{parts/abstract} \setcounter{tocdepth}{1} \tableofcontents \newpage \pagenumbering{arabic} \include{parts/intro} \include{parts/theory} \include{parts/experiments} \include{parts/results} \include{parts/outlook} \setcounter{chapter}{0} \renewcommand{\thechapter}{\Roman{chapter}} \include{parts/appendix} \newpage % \pagenumbering{Alph} \bibliographystyle{ieeetr} \bibliography{../../github/ubib/ubib.bib} \newpage \include{parts/declaration} \end{document}