/ horror_and_despair_v-1-0.tex
horror_and_despair_v-1-0.tex
 1  \documentclass[oneside, english]{sapthesis}
 2  
 3  \usepackage{preamble}
 4  
 5  \linespread{0.9}
 6  
 7  \bibliographystyle{abbrvnat}
 8  
 9  % Drawing
10  
11  % Tikz Library
12  \usetikzlibrary{decorations.markings, calc, arrows.meta, positioning, shadings}
13  
14  % Styles
15  %% Laser
16  \tikzset{laser/.style={thick, black}}
17  %% Arrow in the Middle of a Line
18  \tikzset{arrow inside/.style = {postaction=decorate, decoration={markings, mark=at position .62 with \arrow{stealth}}}}
19  \tikzset{arrow inside1/.style = {postaction=decorate, decoration={markings,
20  						 mark=at position .62 with \arrow{stealth}}}}
21  %% Rays
22  \tikzset{ray/.style={very thick, red, arrow inside}}
23  \tikzset{ray1/.style={very thick, red, arrow inside1}}
24  %% Detectors
25  \tikzset{detector/.style={thick, draw=black, fill=black!40}}
26  %% Reflector
27  \tikzset{reflector/.style={thick, black, left color=black!50, right color=black!50, middle color=white}}
28  \tikzset{reflector1/.style={thick, black, top color=black!50, bottom color=black!50, middle color=white}}
29  
30  % \DeclareSIUnit \parsec {pc}
31  % \DeclareSIUnit \electronvolt {eV}
32  
33  \hypersetup{
34  			% hyperfootnotes=true,			
35  			% bookmarks=true,			
36  			colorlinks=true,
37  			linkcolor=blue,
38              linktocpage=true,
39  			anchorcolor=black,
40  			citecolor=blue,
41  			urlcolor=blue,
42  			pdftitle={The COSmic Monopole Observer (COSMO): a quest for Spectral distortion of the CMB},
43  			pdfauthor={Elisabetta Marchitelli},
44  			pdfkeywords={thesis, sapienza, roma, university}
45  }
46  
47  \title{The COSmic Monopole Observer (COSMO): a quest for Spectral distortion of the CMB}
48  \author{Elisabetta Marchitelli}
49  \IDnumber{1694236}
50  \course{Astronomy, Astrophysics and Space Science}
51  \cycle{XVIII}
52  \courseorganizer{Facolt\`a di Scienze Matematiche Fisiche e Naturali}
53  \AcademicYear{2025}
54  \submitdate{2024/2025}
55  \copyyear{2025}
56  \advisor{Prof. Silvia Masi}
57  \coadvisor{Prof. Paolo de Bernardis}
58  \coadvisor{Prof. Lucio Piccirillo}
59  \authoremail{elisabetta.marchitelli@uniroma1.it}
60  % \examdate{23 Dicembre 2025}
61  \thesistype{PhD}
62  % \examiner{pippo} \examiner{pluto} 
63  % \examiner{paperino}  \examiner{minnie}  
64  % \examiner{clarabella} \examiner{paperone}  \examiner{zia concetta}
65  
66  
67  
68  \begin{document}
69      \frontmatter
70      \maketitle
71  	\begin{acknowledgments}
72  		% \selectlanguage{italian}
73  		grazie a me che me so fatta un bucio come un secchio
74  	\end{acknowledgments}
75  	\begin{abstract}
76  		Here comes the abstract and my pain starts
77  	\end{abstract}
78  	\dedication{A Thomas}
79  	
80  	
81  	
82  	
83  
84  	\tableofcontents
85  
86  	
87  
88  	\mainmatter
89  	\include{Chapters/Chapter_1}
90  	\include{Chapters/Chapter_2}
91  	\include{Chapters/Chapter_3}
92  	\include{Chapters/Chapter_4}
93  	\include{Chapters/Chapter_5}
94  	\include{Chapters/Appendix_1}
95  
96  \end{document}
97