\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}