-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
54 lines (38 loc) · 1.22 KB
/
main.tex
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
51
52
53
54
% !TEX TS-program = lualatex
\documentclass[11pt]{scrbook}
\input{0_preamble/preamble}
\input{0_preamble/1_definitions}
\usepackage[
colorinlistoftodos,
textsize=footnotesize,
linecolor=orange!50!yellow,
bordercolor=white,
backgroundcolor=white!50!yellow,
format=sffamily
]{todonotes}
\todostyle{red}{linecolor=Red,bordercolor=white, backgroundcolor=white!50!Red}
\todostyle{green}{linecolor=Green,bordercolor=white, backgroundcolor=white!50!Green}
\usepackage[normalem]{ulem}
\usepackage{lineno}
\newif\ifdraft
\drafttrue %%> Change to \draftfalse to remove draft in titlepage
\linespread{1.25}
\begin{document}
\title{Dedicated study of the automatic event reconstruction in the ICARUS experiment}
\input{2_frontmatter/0_titlepage}
\cleardoublepage
\thispagestyle{empty}
\cleardoublepage
\input{2_frontmatter/1_abstract}
\frontmatter
% \input{2_frontmatter/1_acknowledgment}
\tableofcontents
\mainmatter
\input{3_mainmatter/0_introduction}
\input{3_mainmatter/1_physics_bkg}
\input{3_mainmatter/2_ICARUS}
\input{3_mainmatter/3_pandora_reconstruction_in_TPC}
\bibliographystyle{5_bsts/JHEP}
% \bibliographystyle{5_bsts/spbasic}
\bibliography{4_references/references, 4_references/bibsets}
\end{document}