39 lines
825 B
TeX
39 lines
825 B
TeX
\documentclass[11pt,a4paper,notitlepage,twoside]{report}
|
|
\usepackage[a4paper, top=3cm, bottom=3.5cm, inner=3.5cm, outer=5cm, marginpar=3.8cm]{geometry}
|
|
|
|
\input{common-packages}
|
|
\input{common-defs}
|
|
\newcommand{\figurepath}{figures}
|
|
\graphicspath{{\figurepath}}
|
|
|
|
\newcommand{\chaptertitle}[1]{
|
|
\chapter{#1}
|
|
\ifdefined\thesispreviewmode
|
|
\vspace*{-1cm}
|
|
{\Large \textbf{Draft build}, git revision \texttt{\input{version}}}
|
|
\vspace*{1cm}
|
|
\fi
|
|
\printchapterquote
|
|
\setstretch{1}
|
|
\minitoc
|
|
\newpage
|
|
\setstretch{1.3}
|
|
}
|
|
|
|
\title{Bootstrapping Physical Security with Inertial Hardware Security Modules}
|
|
\author{Jan Sebastian Götte}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\setlength{\headheight}{13.6pt}
|
|
|
|
\faketableofcontents
|
|
|
|
\input{abstract}
|
|
|
|
\chapterbibliography
|
|
|
|
\appendix
|
|
|
|
\end{document}
|