-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
executable file
·93 lines (68 loc) · 2.05 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
\documentclass[10pt,finalversion,endnotes]{sig-alternate-10pt}
%\documentclass[letterpaper,twocolumn,10pt]{article}
%\usepackage{usenix}
\frenchspacing
\newcommand{\eat}[1]{}
\usepackage[utf8]{inputenc}
\usepackage{epsfig,subfig}
\usepackage{url}
%\usepackage[small,compact]{titlesec}
\usepackage{graphics}
%\usepackage{geometry}
\usepackage{multirow}
\usepackage{xcolor}
\usepackage[nolist]{acronym}
\usepackage{color}
\newcommand{\hilight}[1]{\colorbox{yellow}{#1}}
%\geometry{verbose,nohead,papersize={8.5in,11in},left={1.0in},width={6.5in},
%top={1.0in},bottom={1.0in}}
%\setlength{\columnsep}{0.25in}
\newcounter{magicrownumbers}
\newcommand\rownumber{\stepcounter{magicrownumbers}\arabic{magicrownumbers}}
\def\printcomments{2}
\if\printcomments1
\usepackage{hyperref}
\newcommand{\yang}[1]{{\color{blue}\footnote{\color{blue}Yang: #1}}}
\newcommand{\cappos}[1]{{\color{red}\footnote{\color{red}JustinC: #1}}}
\newcommand{\chintan}[1]{{\color{purple}\footnote{\color{purple}Chintan: #1}}}
\newcommand{\albert}[1]{{\color{green}\footnote{\color{green}AlbertR: #1}}}
\else
\if\printcomments2
\newcommand{\yang}[1]{{\color{blue}[Yang: #1]}}
\newcommand{\cappos}[1]{{\color{red}[JustinC: #1]}}
\newcommand{\chintan}[1]{{\color{purple}[Chintan: #1]}}
\newcommand{\albert}[1]{{\color{green}[AlbertR: #1]}}
\else
\newcommand{\yang}[1]{}
\newcommand{\cappos}[1]{}
\newcommand{\chintan}[1]{}
\newcommand{\albert}[1]{}
\fi
\fi
\begin{document}
%don't want date printed
\date{}
\title{Affix: Componentized networking services for deployment by the people, for the people}
\author{
12 pages excluding references
}
\maketitle
\sloppy
%\bibliographystyle{acm}
\bibliographystyle{abbrv}
\input{acronyms}
\input{abstract}
\input{introduction}
\input{goals}
\input{related}
\input{architecture}
\input{implementation}
%\input{services}
%\input{results}
%\input{casestudy}
%\input{conclusion}
%\section*{Acknowledgments}
\footnotesize
%\renewcommand{\baselinestretch}{0}
\bibliography{bibdata}
\end{document}