-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
65 lines (52 loc) · 1.2 KB
/
paper.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
\documentclass[11pt]{article}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage{acronym}
\usepackage{lastpage}
\usepackage{color}
\usepackage{parskip}
\usepackage[hidelinks]{hyperref}
\urlstyle{same}
\geometry{
includeheadfoot,
headheight=14pt,
margin=2.54cm,
top=2.5cm
}
\acrodef{IP}{Internet Protocol}
\acrodef{ICP}{Internet Content Provider}
\acrodef{ISP}{Internet Service Provider}
\acrodef{QoS}{Quality of Service}
\acrodef{VoIP}{Voice over IP}
\title{A Better Internet Without Net Neutrality}
\author{Martijn Dwars\and
Jason Raats\and
Tim Rensen\and
Rick Wieman\and
\\Delft University of Technology
\\\{M.T.Dwars, J.M.Raats, T.Rensen, R.Wieman\}@student.tudelft.nl
}
\date{\today}
\pagestyle{fancy}
\lhead{A Better Internet Without Net Neutrality}
\rhead{page \thepage\ of \pageref{LastPage}}
\cfoot{}
\begin{document}
\maketitle
\thispagestyle{empty}
\section{Introduction}
\label{sec:intro}
\input{intro}
\section{Our Arguments}
\label{sec:arguments}
\input{arguments}
\section{Possible Objections}
\label{sec:objections}
\input{objections}
\section{Conclusion}
\label{sec:conclusion}
\input{conclusion}
\bibliographystyle{plain}
\bibliography{ref}
\end{document}