-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.tex
53 lines (45 loc) · 1.06 KB
/
config.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
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{CormorantGaramond}
\usepackage{fontspec}
\usepackage{geometry}
\usepackage[table]{xcolor}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage{mathtools}
\usepackage[bottom]{footmisc}
\usepackage[italian]{babel}
\usepackage{hyperref}
\usepackage{titlesec}
\usepackage{listings}
\usepackage{color}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{xltabular}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\lstset{ % General setup for the package
basicstyle=\small\sffamily,
numbers=left,
numberstyle=\tiny,
frame=tb,
tabsize=4,
columns=fixed,
showstringspaces=false,
showtabs=false,
keepspaces,
commentstyle=\color{red},
keywordstyle=\color{blue}
}
\geometry{
a4paper,
total = {170mm, 240mm},
left = 20mm,
top = 20mm,
}
\setlength{\headheight}{33.60004pt}
\setlength{\parindent}{0em}
\setlength{\parskip}{0.7em}
\titlespacing*{\section}{0pt}{0.7em}{0.5em}
\titlespacing*{\subsection}{0pt}{0.7em}{0.5em}
\newcommand{\gassets}{../}