blob: 39f3c0f8a7434c90657e8a81cf4105e7739ebcfa (
plain)
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
|
\documentclass[a4paper,10pt]{article}
% Submitted papers must be no longer than fourteen (14) 8.5"x11" or A4
% pages, using a 10 point font on 12 point (single spaced) leading, with a
% maximum text block of 6.5 inches wide by 9 inches deep. The page limit
% includes everything: references, title page, figures, appendices, etc.
% Authors must make a good faith effort to anonymize their submissions, and
% they should not identify themselves either explicitly or by
% implication
% Remove this block of definitions to use sig-alternate-10pt
\def\affaddr{}
\def\alignauthor{\\\\}
\def\conferenceinfo#1#2{}
\def\subtitle#1{}
\def\category#1#2#3{}
\def\terms#1{}
\def\numberofauthors#1{}
\def\keywords#1{}
\def\email{}
\usepackage[resetlabels]{multibib}
% uncomment this to get rid of comments and footnotes
%\def\footnote#1{}
\def\annemarie#1{\footnote{{\color{green} Anne-Marie:} #1}}
\def\fabrice#1{\footnote{{\color{blue} Fabrice:} #1}}
\def\cigdem#1{\footnote{{\color{blue} Cigdem:} #1}}
\def\myboxlen{\textwidth}
\def\mypath{./}
\input{\mypath body}
\begin{document}
\lstset{escapechar=?, mathescape=true}
% --- Author Metadata here ---
\conferenceinfo{Eurosys}{2008, Glasgow, Scotland}
%\CopyrightYear{2007}
%\crdata{0-12345-67-8/90/01}
% --- End of Author Metadata ---
%\title{Pace-Maker: Availability Measurement in Peer-to-Peer Networks}
\title{\mytitle}
\subtitle{\today}
%\titlenote{Title Note}
\numberofauthors{3}
\author{}
\maketitle
%\paragraph*{Generated on} \today\\
\begin{abstract}
\myabstract
\end{abstract}
\category{H.4}{Information Systems Applications}{Miscellaneous}
\category{D.2.8}{Software Engineering}{Metrics}
%[complexity measures, performance measures]
\terms{Peer-to-Peer}
\keywords{\mykeywords}
\bibliographystyle{acm}
\mybody
\end{document}
|