-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
46 lines (40 loc) · 986 Bytes
/
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
\documentclass[a4paper,11pt]{report}
\usepackage[italian]{babel}
\usepackage{graphicx}
\usepackage{cmap}
\usepackage{cite}
\usepackage[T1]{fontenc}
\usepackage{tipa}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{listings}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{epigraph}
\usepackage{listings}
\usepackage{pgfplots}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage{paralist}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{enumitem}
\setlength\epigraphwidth{11cm}
\setlength\epigraphrule{0pt}
\newcommand\chap[1]{%
\chapter*{#1}%
\addcontentsline{toc}{chapter}{\protect\numberline{}#1}}
\title{Clusterify: clustering non supervisionato di tweet}
\author{Mattia Larentis}
\begin{document}
\input{copertina}
\input{dedica}
\tableofcontents
\input{prefazione}
\input{clustering}
\input{clusterify}
\input{conclusione}
\input{ringraziamenti}
\bibliographystyle{unsrt}
\bibliography{biblio}
\end{document}