-
Notifications
You must be signed in to change notification settings - Fork 50
/
thesis.tex
194 lines (149 loc) · 7.15 KB
/
thesis.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
\documentclass[showinstructions,faculty=firw,department=cws,phddegree=cws]{adsphd}
%\documentclass[showinstructions,faculty=firw,department=cws,phddegree=cws,doctoralschool=ads]{adsphd}
%\documentclass[showinstructions,showlabels,coverfontpercent=100,faculty=firw,department=cws,phddegree=cws]{adsphd}
%\documentclass[croppedpdf,showinstructions,faculty=firw,department=cws,phddegree=cws]{adsphd}
%\documentclass[online,faculty=firw,department=cws,phddegree=cws]{adsphd}
%\documentclass[print,bleed,cropmarks,faculty=firw,department=cws,phddegree=cws]{adsphd} % include bleed for the print service
%\documentclass[print,faculty=firw,department=cws,phddegree=cws]{adsphd}
%\documentclass[final,faculty=firw,department=cws,phddegree=cws]{adsphd}
%\documentclass[showinstructions,faculty=firw,department=cws,phddegree=cws,epub]{adsphd}
% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
% !! !!
% !! WARNING: do not remove the following lines between !!
% !! "%%% COVER: Settings %%%" and "%%% COVER: End settings %%%" !!
% !! !!
% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
%%% COVER: Settings %%%
\title{The Title of Your PhD Dissertation}
%\subtitle{Multiscale computing for Dummies}
\author{Your}{Name}
\supervisor{Prof.~dr.~ir.~F.~Leader}{}
\supervisor{Prof.~dr.~ir.~S.~Leader}{}
\president{Prof.~dr.~ir.~The~Chairman}{}
\jurymember{Prof.~dr.~ir.~The~One}{}
\jurymember{Prof.~dr.~ir.~The~Other}{}
\externaljurymember{Prof.~dr.~External~Jurymember}{Far Away}
% Your research group within the department
% e.g. iMinds-DistriNet, Scientific Computing Group, ...
\researchgroup{XXXXX}
\website{http://www.XXXXX.cs.kuleuven.be} % Leave empty to hide
\email{[email protected]} % Leave empty to hide
\address{Celestijnenlaan 200A box 2402}
% \addresscity{B-3001 Leuven} % This is the default value. Note
% that 'B-3001 Heverlee' is _incorrect_!!
% /[https://www.kuleuven.be/communicatie/marketing/intranet/huisstijl/taalgebruik.html]
\date{January 2016}
\copyyear{2016}
%\udc{XXX.XX} % UDC, deposit number and ISBN are no longer necessary.
%\depot{XXXX/XXXX/XX} % Leave out the initial D/ (it is added
% automatically)
%\isbn{XXX-XX-XXXX-XXX-X}
% Uncomment the appropriate sentences in and expand the text where needed to make it more specific and add topics if they are not covered by any of the indicated topics.
\useOfGenAI{%
% I did not use generative AI assistance tools during the research/writing process of my thesis, except for mere language assistance. % The use of GenAI tools for language assistance does not need to be further specified. (The part 'except for mere language assistance' can be left out if not applicable)
% I did use the generative AI assistance tools ... % specify which e.g. MS Copilot/ ChatGPT/ResearchRabbit/... Please indicate in which way(s) you were using it and replace Generative AI with the specific AI tool(s) that was/were used:
% Generative AI was used as a search engine to learn about a particular topic. % If yes, please specify the usage.
% Generative AI was used for carrying out a literature review. % If yes, please specify the usage.
% Generative AI was used for short-form input assistance. % If yes, please specify the usage.
% Generative AI was used for generating programming code. % If yes, please specify the usage.
% Generative AI was used to generate new research ideas. % If yes, please specify the usage.
% Generative AI was used to generate visuals. % If yes, please specify the usage.
% Other (e.g. the development of a custom chatbot/genAI tool). % Please specify.
}
% The final sentences: 'The text, code, and images in this thesis are my own ...' will be added automatically.
% Set spine width:
\setlength{\adsphdspinewidth}{9mm}
%% Set bleeds
%\setlength{\defaultlbleed}{7mm}
%\setlength{\defaultrbleed}{7mm}
% Set custom cover page
% \setcustomcoverpage{mycoverpage.tex} % mycoverpage.tex is the default
%%% COVER: End settings %%%
% for the nomenclature (comment out if you do not use the nomencl package
\usepackage{nomencl} % For nomenclature
\renewcommand{\nomname}{List of Symbols}
\newcommand{\myprintnomenclature}{%
\cleardoublepage%
\printnomenclature%
\chaptermark{\nomname}
\addcontentsline{toc}{chapter}{\nomname} %% comment to exclude from TOC
}
\makenomenclature%
% for the list of abbreviations (comment out if you do not use the glossaries package
\usepackage{glossaries} % For list of abbreviations
\newcommand{\glossname}{List of Abbreviations}
\newcommand{\myprintglossary}{%
\renewcommand{\glossaryname}{\glossname}
\cleardoublepage%
\printglossary[title=\glossname]
\chaptermark{\glossname}
\addcontentsline{toc}{chapter}{\glossname} %% comment to exclude from TOC
}
\makeglossaries%
% BibLaTeX
%\usepackage[utf8]{inputenc}
%\usepackage{csquotes}
%\usepackage[
%hyperref=auto,
%mincrossrefs=999,
%backend=biber,
%style=authoryear-icomp
%]{biblatex}
%\addbibresource{allpapers.bib}
% Fonts
\usepackage{textcomp} % nice greek alphabet
\usepackage{pifont} % Dingbats
\usepackage{booktabs}
\usepackage{amssymb,amsthm}
\usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makefrontcoverXII
\maketitle
\frontmatter % to get \pagenumbering{roman}
\includepreface{preface}
\includeabstract{abstract}
\includeabstractnl{abstractnl}
% To create a list of abbreviations, there are 2 options
% 1. manual creation of list of abbreviations and inclusion as a chapter
% \includeabbreviations{abbreviations}
% 2. automatic generation via the glossary package
% \glossary{name=MD,description=molecular dynamics}
\myprintglossary
% To create a list of symbols, there are 2 options
% 1. include a manually created nomenclature as a chapter
% \includenomenclature{nomenclaturechapter}
% 2. automatic generation via the nomencl package
% \nomenclature[cB]{$c_B(\vec{x})$}{Characteristic function of $B$}
\myprintnomenclature
\tableofcontents
\listoffigures
\listoftables
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter % to get \pagenumbering{arabic}
% Show instructions on a separate page
\instructionschapters\cleardoublepage
\includechapter{introduction}
\includechapter{manual} % Remove this chapter
% Insert here your own chapters
% Chapters are expected to be in a tex-file with the given name dot
% tex and in a directory with the given name in the chapters
% directory.
\includechapter{conclusion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\includeappendix{myappendix}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\backmatter
\includebibliography
% BibTex
\bibliographystyle{acm}
\bibliography{allpapers}
% BibLatex (comment lines above and comment out biblatex lines in preamble)
%\printbibliography[title=\bibname]
\instructionsbibliography
\includecv{curriculum}
\includepublications{publications}
\makebackcoverXII
\end{document}