-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
303 lines (266 loc) · 9.86 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
% Tipo di documento. L'uso di twoside implica che i capitoli inizino sempre con la prima pagina a sinistra, eventualmente lasciando una pagina vuota nel capitolo precedente. Se questa cosa è fastidiosa, è possibile rimuoverlo.
\documentclass[a4paper, twoside, openright]{book}
% Margini
\usepackage[a4paper, top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm, centering]{geometry}
% head=21.75 pt
% head=15.75 pt
% Lingua del testo
\usepackage[italian]{babel}
% Codifica del testo
\usepackage[utf8]{inputenc}
% Encoding del testo
\usepackage[T1]{fontenc}
% Dimensione del font
\usepackage[fontsize=12pt]{scrextend}
% Typeface
% Times New Roman (simile)
\usepackage{mathptmx}
% \usepackage{tgtermes}
% Interlinea
\linespread{1.5}
% Uso delle immagini
\usepackage{graphicx}
% Posizionamento delle immagini
\usepackage{float}
% Ruotare le immagini
\usepackage{rotating}
% Formattazione titoli delle sezioni, capitoli etc.
\usepackage{titlesec}
% Inserirmento hyperlinks tra i vari elementi del testo
\usepackage[hidelinks]{hyperref}
% Introduzione
\usepackage[nottoc]{tocbibind}
% Indice abbreviazioni
\usepackage[acronym,toc]{glossaries}
% Citazioni "in blocco"
\usepackage{csquotes}
% Uso dei listing per il codice
\usepackage{listings}
% Uso dei colori
\usepackage[dvipsnames]{xcolor}
% subsubsections appaiono in Index
\setcounter{tocdepth}{3}
% subsubsection numerata
% paragraph non numerato
\setcounter{secnumdepth}{3}
% dimensione rientro paragrafo
\setlength{\parindent}{19pt}
% Bibliografia con biblatex (https://ctan.org/pkg/biblatex?lang=en)
\usepackage[bibstyle=numeric, citestyle=numeric-comp, useprefix=true, backend=biber, block=space, language=italian]{biblatex}
\renewcommand*{\bibopenparen}{[}
\renewcommand*{\bibcloseparen}{]}
\renewcommand*{\finalandcomma}{,}
\renewcommand*{\finalnamedelim} { e ~}
% 3em consigliato da Bringhurst, p 80.
\renewcommand*\bibnamedash{\rule[0.48ex] {3em} {0.14ex}\space}
\appto{\bibsetup}{\raggedright}
\addbibresource{chapters/archive.bib}
\DefineBibliographyStrings{italian} {
urlseen = {Consultato il},
}
% Modificare l'header delle pagine
\usepackage{fancyhdr}
% Librerie matematiche
\usepackage{amssymb}
\usepackage{amsmath} % AMS Math Package
\usepackage{amsthm} % Theorem Formatting
% Altre librerie utili
\usepackage{subfig}
\usepackage{booktabs}
\usepackage{caption}
% ------------------------------------------------------------
% Stile link
% Quando usato con hyperref porta all'errore dell'anchor
% Formato delle intestazioni
% Inizio all'inizio della pagina
\titleformat{\chapter}
{\normalfont\huge\bfseries}{\thechapter.}{0.5em}{\huge}
% cmd, ls, before s, after s, r
% \titlespacing*{\chapter}{0pt}{40pt}{30pt}
\titlespacing*{\chapter}{0pt}{-40pt}{25pt}
% Paragrafi
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{\normalsize}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
% Stile riferimenti
% Off per stampa
% \hypersetup{
% colorlinks,
% linkcolor=CornflowerBlue,
% citecolor=CornflowerBlue
% }
% Stile header
\pagestyle{fancy}
\fancyhf{}
\lhead{\rightmark}
\rhead{\textbf{\thepage}}
\fancyfoot{}
\setlength{\headheight}{12.5pt}
% No numero pagina a inizio capitolo
\fancypagestyle{plain}{
\fancyfoot{}
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
}
% Definizione colori
\definecolor{oneDarkPurple}{rgb}{0.78, 0.47, 0.87}
\definecolor{oneDarkGreen}{rgb}{0.56, 0.69, 0.38}
\definecolor{oneDarkLightBlue}{rgb}{0.38, 0.68, 0.94}
\definecolor{oneDarkAquamarine}{rgb}{0.33, 0.71, 0.76}
\definecolor{oneDarkYellow}{rgb}{0.90, 0.75, 0.48}
\definecolor{oneDarkOrange}{rgb}{0.75, 0.54, 0.35}
\definecolor{oneDarkRed}{rgb}{0.88, 0.42, 0.45}
\definecolor{oneDarkBlack}{rgb}{0.16, 0.17, 0.20}
\definecolor{oneDarkGray}{rgb}{0.67, 0.7, 0.75}
\definecolor{mygray}{rgb}{0.5,0.5,0.5}
\definecolor{mymauve}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\definecolor{lightgray}{rgb}{0.95, 0.95, 0.95}
\definecolor{darkgray}{rgb}{0.4, 0.4, 0.4}
\definecolor{editorGray}{rgb}{0.95, 0.95, 0.95}
\definecolor{editorOcher}{rgb}{1, 0.5, 0} % #FF7F00 -> rgb(239, 169, 0)
\definecolor{editorGreen}{rgb}{0, 0.5, 0} % #007C00 -> rgb(0, 124, 0)
\definecolor{orange}{rgb}{1,0.45,0.13}
\definecolor{lightred}{rgb}{1,0.4,0.5}
% Margini prima e dopo blocchi di codice
\lstset{aboveskip=15pt, belowskip=10pt}
% Definizione manuale linguaggio JavaScript
\lstdefinelanguage{JSX}{
sensitive=true,
keywords={break, case, catch, class, const, continue, debugger, do, else, extends, false, finally, for, function, if, instanceof, let, new, null, return, switch, this, throw, true, try, typeof, var, void, while, with,
% ndkeywords
% boolean, class, default, export, from, implements, import, this, throw
},
% Material UI e custom components
ndkeywords={AddIcon, ArchiveIcon, Box, Button, Card, CardHeader, CardMedia, ClearIcon, Collapse, Checkbox, DatePicker, DeleteIcon, Dialog, DialogActions, DialogContent, DialogTitle, Divider, DownloadDocument, EditIcon, Error, FormControlLabel, FormHelperText, FormGroup, Grid, IconButton, InputAdornment, List, LoadingButton,ModalCloseButton, ModalConfirm, MUIRichTextEditor, Paper, Route, SuperTable, Suspense, Switch, Table, TableBody, TableCell, TableContainer, TableRow, TextField, Typography, Upload},
% ndkeywords={item, xs, sx, variant, control, checked, onChange, label, md, fullWidth, placeholder, value},
morecomment=[l]{//},
morecomment=[s]{/*}{*/},
morestring=[b]',
morestring=[b]",
}
\lstdefinestyle{atomOneDark}{
basicstyle=\ttfamily\footnotesize,
numberstyle=\tiny\color{oneDarkBlack},
% newline solo ai whitespaces
breakatwhitespace=false,
% newline si/no
breaklines=true,
% Posizione della caption, top/bottom
captionpos=b,
% Mantiene gli spazi nel codice, utile per l'indentazione
keepspaces=true,
% Dove visualizzare i numeri di linea
numbers=left,
% Distanza tra i numeri di linea
numbersep=5pt,
% Mostra gli spazi bianchi o meno
showspaces=false,
% Mostra gli spazi bianchi nelle stringhe
showstringspaces=false,
showtabs=false,
tabsize=2,
identifierstyle=\color{black},
keywordstyle=\color{oneDarkPurple}\bfseries,
ndkeywordstyle=\color{oneDarkYellow}\bfseries,
stringstyle=\color{oneDarkGreen}\ttfamily,
commentstyle=\color{red}\ttfamily
}
\lstset{style=atomOneDark}
% Stile codice
\lstdefinestyle{codeStyle}{
% Colore dei commenti
commentstyle=\color{teal},
% Colore delle keyword
keywordstyle=\color{Magenta},
% Stile dei numeri di riga
numberstyle=\tiny\color{gray},
% Colore delle stringhe
stringstyle=\color{violet},
% Dimensione e stile del testo
basicstyle=\ttfamily\footnotesize,
% newline solo ai whitespaces
breakatwhitespace=false,
% newline si/no
breaklines=true,
% Posizione della caption, top/bottom
captionpos=b,
% Mantiene gli spazi nel codice, utile per l'indentazione
keepspaces=true,
% Dove visualizzare i numeri di linea
numbers=left,
% Distanza tra i numeri di linea
numbersep=5pt,
% Mostra gli spazi bianchi o meno
showspaces=false,
% Mostra gli spazi bianchi nelle stringhe
showstringspaces=false,
% Mostra i tab
showtabs=false,
% Dimensione dei tab
tabsize=2
}
% Stile di codice per dimensioni maggiori, in cui ho avuto bisogno di un testo più picolo (ad esempio se si vuole inserire del codice che ha linee molto lunghe). Per usare questo stile piuttosto che il precedente, usare
% \lstset{style=longBlock}
% % inserire il codice...
% \lstset{style=codeStyle}
% Il secondo comando consente di tornare allo stile precedente
\lstdefinestyle{longBlock}{
commentstyle=\color{teal},
keywordstyle=\color{Magenta},
numberstyle=\tiny\color{gray},
stringstyle=\color{violet},
basicstyle=\ttfamily\scriptsize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
% Togliendo il commento al comando che segue, si inseriscono nella bibliografia anche le fonti presenti in Bibliography.bib ma non citati direttamente con il comando \cite
% \nocite{*}
% Aggiunti definizioni, teoremi, linea e listing
\newtheorem{definition}{Definizione}[section]
\newtheorem{theorem}{Teorema}[section]
\providecommand*\definitionautorefname{Definizione}
\providecommand*\theoremautorefname{Teorema}
\providecommand*{\listingautorefname}{Listing}
\providecommand*\lstnumberautorefname{Linea}
\raggedbottom
%\newcommand{\cgs}[1]{{\textcolor{brown}[\textcolor{red}{\bf{GS: }}{ \textcolor{brown}{#1]}}}}
%\newcommand{\cmc}[1]{{\textcolor{blue}[\textcolor{magenta}{\bf{MC: }}{ \textcolor{blue}{#1]}}}}
% ------------------------------------------------------------
\makeglossaries
\input{chapters/glossario.tex}
\begin{document}
\glsdisablehyper
\frontmatter
\input{chapters/frontespizio.tex}
\include{chapters/dedica.tex}
% \include{chapters/abstract.tex}
\tableofcontents
% \lstlistoflistings
\listoffigures
\printglossary[type=\acronymtype]
\printglossary[type=main]
\input{chapters/introduzione.tex}
\mainmatter
\input{chapters/capitolo1.tex}
\input{chapters/capitolo2.tex}
\input{chapters/capitolo3.tex}
\input{chapters/capitolo4.tex}
\input{chapters/capitolo5.tex}
\backmatter
\input{chapters/conclusione.tex}
\nocite{*}
\printbibliography[title=Bibliografia e Sitografia, heading=bibintoc]
% \printbibliography[keyword={site}, title=Sitografia, heading=bibintoc]
% \printbibliography[notkeyword={site}, heading=bibintoc]
\end{document}
% ----------------------------------------------------------