-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
48 lines (41 loc) · 1.03 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
\documentclass[a4paper,11pt]{report}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{cmap}
\usepackage[T1]{fontenc}
\usepackage{tipa}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{listings}
\usepackage{csquotes}
\usepackage[backend=biber]{biblatex}
\addbibresource{biblio.bib}
\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}
\lstset{basicstyle=\footnotesize\ttfamily,breaklines=true}
\title{Privacy Aware Next Generation D2D Communications}
\author{Roberto Bampi \and Marco Dallagiacoma}
\begin{document}
\input{cover}
\input{dedication}
\input{abstract}
\setcounter{page}{4}
\tableofcontents
\input{preface}
\input{bluetooth/main}
\input{alternatives/analysis}
\input{application/main}
\input{conclusion}
\printbibliography
\end{document}