-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_main.tex
More file actions
50 lines (33 loc) · 828 Bytes
/
_main.tex
File metadata and controls
50 lines (33 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass[12pt, twoside]{book}
\usepackage{style}
\usepackage{commands}
\title{Thesis skeleton}
\author{Rik Spijkers}
\date{January 2025}
\begin{document}
\linenumbers
% \maketitle
% \section*{Thesis skeleton}
% \input{skeleton}
\chapter{Introduction}
\input{chapters/Introduction}
\chapter{Theory}
\input{chapters/Theory.tex}
\chapter{Detector}
\input{chapters/Detector.tex}
\chapter{Analysis Details}
\input{chapters/Methodology.tex}
\chapter{Intermezzo}
\input{chapters/Intermezzo.tex}
\chapter{Results}
\input{chapters/Results.tex}
\appendix
\chapter{MC closure}
\label{ch:mc_closure}
\input{chapters/appendices/McClosure.tex}
%\section{Methodology write-up}
% \input{WriteUp.tex}
% dummy citation
% This is a dummy citation to stop the compilation errors. \cite{WWW}
\printbibliography
\end{document}