-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
195 lines (154 loc) · 5.13 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
\documentclass[a4paper,11pt,twoside,openany]{book}
% Page layout and formatting
\usepackage[a4paper,inner=3cm,outer=2cm,top=2.5cm,bottom=2.5cm]{geometry}
\usepackage{fancyhdr}
\usepackage{titlesec}
\usepackage{float}
\usepackage{placeins}
% Define admonitions
\usepackage[most]{tcolorbox}
\tcbuselibrary{skins,breakable}
\newtcolorbox{note}[2][]{breakable,sharp corners, skin=enhancedmiddle jigsaw,parbox=false,
boxrule=0mm,leftrule=2mm,boxsep=0mm,arc=0mm,outer arc=0mm,attach title to upper,
after title={.\ }, coltitle=black,colback=gray!10,colframe=black, title={#2},
fonttitle=\bfseries,#1}
% Appendix
\usepackage[toc,page]{appendix}
% \usepackage{pdfpages}
% Math packages
\usepackage{amssymb}
\usepackage{amsmath}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{siunitx}
\sisetup{range-phrase=\,--\,}
\sisetup{range-units=single}
% Language and encoding
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
% Font used
\usepackage{lmodern}
% Graphics and color
\usepackage{graphicx}
\usepackage[export]{adjustbox}
\usepackage{xcolor}
\graphicspath{{images/}}
% Figures and tables
\usepackage{caption}
\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{colortbl}
\usepackage{multirow}
\usepackage[font=small,labelfont=bf]{caption}
\captionsetup{justification=raggedright, singlelinecheck=false}
% Hyperlinks
\usepackage[hidelinks]{hyperref}
\usepackage{url}
\usepackage[capitalise, noabbrev]{cleveref}
% \crefname{equation}{}{}
% \usepackage{makeidx}
% \makeindex
% Bibliography
\usepackage[backend=bibtex, style=ieee]{biblatex}
\addbibresource{references.bib} % Replace with your .bib file
\usepackage{tocbibind} % To include the bibliography in the TOC
\usepackage{csquotes}
\AtEveryBibitem{
\clearfield{urlyear}
\clearfield{urlmonth}
}
% Acronyms and glossaries
\usepackage[toc, acronym, symbols, automake]{glossaries-extra}
\makeglossaries
\setabbreviationstyle{long-short}
\setabbreviationstyle[acronym]{long-short}
\setabbreviationstyle[symbols]{long-short}
\input{acronyms.tex}
\input{glossary.tex}
\input{symbols.tex}
\setlength{\glsdescwidth}{0.8\hsize}
% Other utilities
\usepackage{notoccite}
\setlength{\marginparwidth}{2cm}
\usepackage[textsize=tiny,disable]{todonotes}
\reversemarginpar
\newcommand{\tododone}[2][]{\todo[color=blue!50, #1]{#2}}
\newcommand{\todocite}[2][]{\todo[color=green!50, #1]{#2}}
% Customizations
\renewcommand{\baselinestretch}{1} % Line spacing
\setlength{\parskip}{0.25em} % Paragraph spacing
\setlength{\headheight}{15pt} % Header height
% \titleformat{\chapter}[display]{\normalfont\bfseries}{}{0pt}{\Huge}
\titleformat{\chapter}[hang]
{\normalfont\huge\bfseries}{\thechapter.}{20pt}{\Huge}
\titlespacing*{\chapter}{0pt}{*4}{*2}
% Fancyhdr settings
\fancyhead[LE]{\bfseries\leftmark} % Left header for even pages
\fancyhead[RO]{\bfseries\rightmark} % Right header for odd pages
\fancyfoot[C]{\thepage} % Page number in footer
\fancyhead[LO,RE]{} % Clear headers for symmetry
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\pagestyle{fancy}
\begin{document}
% Preliminary pages
\pagenumbering{roman}
\input{titlepage.tex}
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\input{abstract}
\tableofcontents
% Acronyms
\printglossary[style=tree, type=\acronymtype, title=List of Acronyms]
\glsaddallunused[symbols]
\printglossary[type=symbols, style=tree, title=List of Symbols, nonumberlist]
% \addcontentsline{toc}{chapter}{List of Acronyms}
\printglossary[nonumberlist]
% \addcontentsline{toc}{chapter}{Glossary}
\glsunsetall
\glsresetall
% Main content
% \chapter{TODO}
% \input{chapters/extras}
\chapter{Introduction}
\pagenumbering{arabic}
\input{chapters/introduction}
\glsresetall
\chapter[Photoemission Spectroscopy: Interaction, Light Sources, and Detection]{Photoemission Spectroscopy:\\Interaction, Light Sources, and Detection}\label{ch:pes}
\input{chapters/pes}
\chapter{Denoising Preliminaries and BM3D}\label{ch:denoising}
\input{chapters/denoising}
\chapter{From Raw Data to Denoised Images}\label{ch:datasets_bm3d}
\input{chapters/datasets_bm3d}
\chapter{Characterizing Photon and Photoelectron Statistics}\label{ch:pes-statistics}
\input{chapters/statistics}
\chapter{Learning from Noise}\label{ch:deep_learning}
\input{chapters/deep_learning}
\chapter{Conclusion and Outlook}
\input{chapters/conclusion}
% % Bibliography
% \bibliography{references}
\printbibliography[heading=bibintoc, title={Bibliography}]
% Additional chapters
% TODO: Add acknowledgements back
\chapter*{Acknowledgements}
\addcontentsline{toc}{chapter}{Acknowledgements}
\input{acknowledgements}
\chapter*{Contributions}
\addcontentsline{toc}{chapter}{Contributions}
\input{contributions}
% \chapter*{Declaration}
% \addcontentsline{toc}{chapter}{Declaration}
% \input{declaration}
% \printindex
\clearpage
% \pagenumbering{Roman}
\appendix
% \begin{appendices}
\input{appendix/math_notation.tex}
\input{appendix/supplementary.tex}
% \input{jupyter_notebooks/notebooks.tex}
% \end{appendices}
\end{document}