28 lines
651 B
TeX
28 lines
651 B
TeX
\documentclass[notitlepage, a4]{scrreprt}
|
|
\input{preamble}
|
|
|
|
\pretitle{\begin{center}\huge\bfseries}
|
|
\posttitle{\par\end{center}\vskip 0.5em}
|
|
\preauthor{\begin{center}\Large}
|
|
\postauthor{\end{center}}
|
|
\predate{\par\large\centering}
|
|
\postdate{\par\vspace{3cm}}
|
|
|
|
\author{Patrick Nisblé}
|
|
\title{Calibration and Regulation of BrainScaleS' PowerIt Subsystems}
|
|
\begin{document}
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\begin{abstract}
|
|
<fill in>
|
|
\end{abstract}
|
|
|
|
\tableofcontents
|
|
\include{parts/intro}
|
|
\include{parts/theory}
|
|
\include{parts/experiments}
|
|
\include{parts/results}
|
|
\include{parts/outlook}
|
|
\end{document}
|