-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
74 lines (50 loc) · 1.93 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
\documentclass[epsfig,a4paper,11pt,title]{book}
\usepackage{epsfig}
\usepackage{plain}
\usepackage{setspace}
\usepackage{float}
\usepackage{placeins}
\usepackage[paperheight=29.7cm,paperwidth=21cm,outer=1.5cm,inner=1.5cm,top=2cm,bottom=2cm]{geometry} %layout
\usepackage{titlesec} % Custom chapters title
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{xcolor}
\hypersetup{
colorlinks=true,
linkcolor=blue, % Color of internal links
urlcolor=cyan % Color of external links
}
\makeindex
\titleformat{\chapter}
{\normalfont\Huge\bfseries}{\thechapter}{1em}{}
\titlespacing*{\chapter}{0pt}{0.59in}{0.02in}
\titlespacing*{\section}{0pt}{0.20in}{0.02in}
\titlespacing*{\subsection}{0pt}{0.10in}{0.02in}
\begin{document}
\frontmatter
\input{frontpage}
\tableofcontents
\mainmatter
\chapter{AI 4 people} \index{AI 4 People}
\input{Capitoli/AI4People} \label{sec:AI4People}
\chapter{AI Discrimination}\index{AI Discrimination}
\input{Capitoli/AIDiscrimination} \label{sec:AIDiscrimination}
\chapter{Legal Personhood} \index{Legal Personhood}
\input{Capitoli/LegalPersonhood} \label{sec:AIPersonhood}
\chapter{AI Privacy} \index{AI Privacy}
\input{Capitoli/AIPrivacy} \label{sec:AIPrivacy}
\chapter{AI and Human Rights} \index{AI and Human Rights} \label{sec:AIHumanRights}
\input{Capitoli/AIHumanRights}
\chapter{AI Act} \index{AI Act} \label{sec:AIAct}
\input{Capitoli/AIAct}
\chapter{AI and Health} \index{AI and Health}
\input{Capitoli/AIHealth} \label{sec:AIHealth}
\chapter{AI and Public Administration} \index{AI and Public Administration} \label{sec:AIPubAdmin}
\input{Capitoli/AIPublicAdmin}
\chapter{AI and Civil Liability} \index{AI and Civil Liability}
\label{sec:AICivilLiability} \input{Capitoli/AICivilLiability}
\chapter{AI and Criminal Law} \index{AI and Criminal Law}
\label{sec:AICriminalLaw} \input{Capitoli/AICriminalLaw}
\end{document}