phd-thesis/thesis.tex
2025-11-28 15:24:14 +01:00

55 lines
1.5 KiB
TeX

\documentclass[11pt,a4paper,notitlepage,twoside]{book}
\usepackage[a4paper, top=3cm, bottom=3.5cm, inner=3.5cm, outer=5cm, marginpar=3.8cm]{geometry}
\input{common-packages}
\input{common-defs}
\newcommand{\figurepath}{}
\newcommand{\chaptertitle}[1]{
\chapter{#1}
\printchapterquote
%FIXME note leo: remove minitocs?
\begin{spacing}{1.1}
\minitoc
\end{spacing}
\newpage
}
\newcommand{\dochapter}[1]{
\renewcommand{\figurepath}{#1/figures}
\graphicspath{{\figurepath}}
\input{#1/chapter.tex}
\chapterbibliography
}
\title{Bootstrapping Physical Security with Inertial Hardware Security Modules}
\author{Jan Sebastian Götte}
\begin{document}
\input{titlepage.tex}
\frontmatter
\input{abstract-de.tex}
\input{abstract.tex}
\input{ai-llm-use-disclosure.tex}
\input{hsm-terminology-notes.tex}
\clearpage
\tableofcontents
%\listoffigures
%\listoftables
\mainmatter
\dochapter{chapter-introduction} % Status: In pretty good shape
\dochapter{chapter-epa} % Status: In pretty good shape
\dochapter{chapter-hsms} % Status: In pretty good shape
\dochapter{chapter-ihsm} % Status: Copy-paste done, build works, integration TODO
\dochapter{chapter-sampling-mesh-monitor} % Status: Copy-paste done, build works, integration TODO
\dochapter{chapter-nice-coils} % Status: Copy-paste done, build works, integration TODO
\dochapter{chapter-qkd} % Status: Re-integration of changes from workshop paper done
\dochapter{chapter-smpc} % Status: TODO
\input{chapter-conclusion/chapter.tex} % Status: draft done
\appendix
\end{document}