phd-thesis/thesis.tex
jaseg 90a24c0cf1 Remove academic CV
This is a TUDa specific requirement for submission. It should not be
included in published versions.
2026-03-23 08:10:23 +01:00

61 lines
1.8 KiB
TeX

\ifdefined\thesisoneside %
\documentclass[11pt,a4paper,notitlepage,oneside]{book}
\usepackage[a4paper, top=3cm, bottom=3.5cm, inner=3.5cm, outer=5cm, marginpar=3.5cm]{geometry}
\else %
\documentclass[11pt,a4paper,notitlepage,twoside]{book}
\usepackage[a4paper, top=3cm, bottom=3.5cm, inner=3.5cm, outer=5cm, marginpar=3.5cm]{geometry}
\fi %
\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
%\chapter*{Akademischer Werdegang}
%\includepdf[pages=-]{lebenslauf-en-akademischer-werdegang-diss.pdf}
\input{abstract-de.tex}
\input{abstract.tex}
\input{ai-llm-use-disclosure.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}