Create aggregate thesis structure, initial import of papers

This commit is contained in:
jaseg 2025-06-13 14:12:34 +02:00
parent a2565bab43
commit 9bec99b729
169 changed files with 3867 additions and 387 deletions

29
chapter-template.tex Normal file
View file

@ -0,0 +1,29 @@
\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]{
\faketableofcontents
\chapter{#1}
\ifdefined\thesispreviewmode
{\Large \textbf{Draft build}, git revision \texttt{\input{version}}}
\fi
\setstretch{1}
\minitoc
\newpage
\setstretch{1.3}
}
\begin{document}
\input{chapter}
\chapterbibliography
\appendix
\end{document}