\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}