59 lines
1.6 KiB
TeX
59 lines
1.6 KiB
TeX
\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*{\figureautorefname}{figure}
|
|
\renewcommand*{\equationautorefname}{equation}
|
|
\renewcommand{\listingscaption}{\sffamily Code}
|
|
\newcommand{\codecaption}[1]{\caption{\parbox[t]{.9\linewidth}{#1}}}
|
|
\providecommand*{\listingautorefname}{code}
|
|
|
|
\author{Patrick Nisblé}
|
|
\title{Calibration and Regulation of the Power Supply in the BrainScaleS System}
|
|
\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}
|