-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
261 lines (195 loc) · 9.83 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
%
% This template was downloaded from:
% http://www.LaTeXTemplates.com
%
% Version 2.x major modifications by:
% Vel ([email protected])
%
% This template is based on a template by:
% Steve Gunn (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
% Sunil Patel (http://www.sunilpatel.co.uk/thesis-template/)
%
% Template license:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%------------------------------------
\documentclass[
11pt, % The default document font size, options: 10pt, 11pt, 12pt
oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
british, % ngerman for German
onehalfspacing, % Single line spacing, alternatives: onehalfspacing or doublespacing
%draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
%nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents
%toctotoc, % Uncomment to add the main table of contents to the table of contents
parskip, % Uncomment to add space between paragraphs
%nohyperref, % Uncomment to not load the hyperref package
headsepline, % Uncomment to get a line under the header
%chapterinoneline, % Uncomment to place the chapter title next to the number on one line
%consistentlayout, % Uncomment to change the layout of the declaration, abstract and acknowledgements pages to match the default layout
usenames,
dvipsnames % load default colors
]{MastersDoctoralThesis} % The class file specifying the document structure
%\includeonly{parts/titlepage}
%\includeonly{chapters/1_intro}
%\includeonly{chapters/2_obs}
%\includeonly{chapters/3_itaobs}
%\includeonly{chapters/4_methods}
%\includeonly{chapters/5_validation}
%\includeonly{chapters/6_conclusions}
%\includeonly{appendices/appendixA}
%\includeonly{appendices/appendixB}
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage{mathpazo} % Use the Palatino font by default
\usepackage{amsmath} % better math
\usepackage{soul} % \hl for highlighting
\usepackage[
backend=bibtex, %biber fails
style=authoryear-comp,
natbib=true,
maxbibnames=9,
maxcitenames=2,
%uniquelist=false %https://tex.stackexchange.com/questions/69028/set-limit-to-one-author-when-using-et-al-in-biblatex
]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
\addbibresource{mendeley_v2.bib} % The filename of the bibliography
\usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
\usepackage{microtype} %improves the spacing between words and letters
\usepackage{enumitem} % Lets you use letters in enumerate
\usepackage{wrapfig} % wrap text around figures
%\usepackage[nottoc]{tocbibind}%Show Bib in TOC
%\usepackage[dvipsnames]{xcolor} %additional colors
\usepackage{eurosym} %Euro symbol
\usepackage{booktabs} % better tables
\usepackage{rotating} % landscape stuff, such as tables
\usepackage{array} % for m columns
\usepackage{multirow} % multi row tables
\usepackage{bigdelim} % for big braces in tables (https://tex.stackexchange.com/a/129797/66561)
\usepackage{afterpage} % for using \afterpage{\clearpage} before sidewaysfigures, to prevent them from going to the end:
%https://latex.org/forum/viewtopic.php?t=5903
\usepackage[skip=-2pt, position=top, labelfont=normalfont]{subcaption} % multiple figures in one
%skip=-2pt reduces space between caption and subfigure
%singlelinecheck=false, justification=raggedright move the caption to the left
\usepackage{microtype}%micro-typographic extension for better looks (subliminal refinements towards typographical perfection)
\usepackage{textcomp}% Solves some warnings....
\usepackage[titletoc, title, header]{appendix}% For nicer appendices
\usepackage{tabularx} % better tables
\usepackage{multicol} % itemizations on multiple columns
\AtEndPreamble{\usepackage[noabbrev]{cleveref}} % Even nicer references and links. Provides \cref. This package should be loaded LAST.
\setcounter{tocdepth}{3} % subsubsections get numbers too!
\setcounter{secnumdepth}{3}
\DeclareSIUnit\month{month}
\DeclareSIUnit{\nothing}{\relax}
%------------------------------------
% MARGIN SETTINGS
%------------------------------------
\geometry{
paper=a4paper, % Change to letterpaper for US letter
inner=2.5cm, % Inner margin
outer=3.8cm, % Outer margin
bindingoffset=.5cm, % Binding offset
top=1.5cm, % Top margin
bottom=1.5cm, % Bottom margin
%showframe, % Uncomment to show how the type block is set on the page
}
%------------------------------------
% THESIS INFORMATION
%------------------------------------
\thesistitle{Climate change impact on flood hazard over Italy} % Your thesis title, this is used in the title and abstract, print it elsewhere with \ttitle
\supervisor{Erika Coppola} % Your supervisor's name, this is used in the title page, print it elsewhere with \supname
\examiner{} % Your examiner's name, this is not currently used anywhere in the template, print it elsewhere with \examname
\degree{Doctor of Philosophy} % Your degree name, this is used in the title page and abstract, print it elsewhere with \degreename
\author{Adriano \textsc{Fantini}} % Your name, this is used in the title page and abstract, print it elsewhere with \authorname
\addresses{} % Your address, this is not currently used anywhere in the template, print it elsewhere with \addressname
\subject{} % Your subject area, this is not currently used anywhere in the template, print it elsewhere with \subjectname
\keywords{flood,climate,chym,netcdf} % Keywords for your thesis, this is not currently used anywhere in the template, print it elsewhere with \keywordnames
\university{\href{https://www.units.it}{University of Trieste}} % Your university's name and URL, this is used in the title page and abstract, print it elsewhere with \univname
\department{\href{https://dmg.units.it/}{Department of Mathematics and Geosciences}} % Your department's name and URL, this is used in the title page and abstract, print it elsewhere with \deptname
\group{\href{https://web.units.it/dottorato/esfm/}{PhD Course in Earth Science, Fluid-Dynamics, and Mathematics, XXXI cycle}} % Your research group's name and URL, this is used in the title page, print it elsewhere with \groupname
\faculty{\href{https://web.units.it/dottorato/esfm/}{PhD Course in Earth Science, Fluid-Dynamics, and Mathematics, XXXI cycle}} % Your faculty's name and URL, this is used in the title page and abstract, print it elsewhere with \facname
\AtBeginDocument{
\hypersetup{pdftitle=\ttitle} % Set the PDF's title to your title
\hypersetup{pdfauthor=\authorname} % Set the PDF's author to your name
\hypersetup{pdfkeywords=\keywordnames} % Set the PDF's keywords to your keywords
\hypersetup{linktocpage} % Links will be numbers, not titles, in TOC
\hypersetup{ %set up some nice colors for links
citecolor=PineGreen,
linkcolor=MidnightBlue
}
%\hypersetup{hidelinks} %or hide them, make=ing all them black
\sisetup{detect-all,binary-units,range-units=single}
}
\begin{document}
\frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
\pagestyle{plain} % Default to the plain heading style until the thesis style is called for the body content
%------------------------------------
% TITLE PAGE
%------------------------------------
\include{parts/titlepage}
%------------------------------------
% DECLARATION PAGE
%------------------------------------
% \include{parts/declaration}
%------------------------------------
% QUOTATION PAGE
%------------------------------------
\include{parts/quotation}
%------------------------------------
% ABSTRACT PAGE
%------------------------------------
\include{parts/abstract}
%------------------------------------
% ACKNOWLEDGEMENTS
%------------------------------------
\include{parts/acknowledgements}
%------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES
%------------------------------------
\tableofcontents % Prints the main table of contents
\listoffigures % Prints the list of figures
\listoftables % Prints the list of tables
%------------------------------------
% ABBREVIATIONS
%------------------------------------
%\include{parts/abbreviations}
%------------------------------------
% DEDICATION
%------------------------------------
\include{parts/dedication}
%------------------------------------
% THESIS CONTENT - CHAPTERS
%------------------------------------
\mainmatter % Begin numeric (1,2,3...) page numbering
\pagestyle{thesis} % Return the page headers back to the "thesis" style
% Include the chapters of the thesis as separate files from the Chapters folder
% Uncomment the lines as you write the chapters
\include{chapters/1_intro}
\include{chapters/2_obs}
\include{chapters/3_itaobs}
\include{chapters/4_methods}
\include{chapters/5_validation}
\include{chapters/6_conclusions}
%\include{todo}
%see \includeonly to include only some chapters
%------------------------------------
% THESIS CONTENT - APPENDICES
%------------------------------------
\appendix % Cue to tell LaTeX that the following "chapters" are Appendices
% Include the appendices of the thesis as separate files from the Appendices folder
% Uncomment the lines as you write the Appendices
\include{appendices/appendixA}
\include{appendices/appendixB}
%\include{appendices/appendixC}
%------------------------------------
% BIBLIOGRAPHY
%------------------------------------
\printbibliography[heading=bibintoc]
%------------------------------------
\end{document}