\documentclass[finalversion]{sig-alternate}
\usepackage{graphicx}   % postscript figures
\usepackage{url}        % \url{} command with good linebreaks
\usepackage{microtype}  % I am a font nerd.
\usepackage{subfigure}
\usepackage{float}
\usepackage{nicefrac}
\usepackage{balance}
\usepackage{xspace}
\usepackage{amssymb,amsfonts,amsmath,amsthm,mathrsfs} 
\usepackage{lastpage}
\usepackage{times}

\ifworkingdraft
\usepackage[colorlinks,backref]{hyperref}
\fi
\ifwebversion
\usepackage[colorlinks,backref]{hyperref}
\fi


% The following line needs to appear in every source file in
% order to track the last commit time and svn revision ID. (Why is
% this so difficult?)
%
% Also, need to 'svn propset svn:keywords Id file.tex'
\svnInfo $Id$  

\newcommand{\txcache}[0]{TxCache\xspace}
\newcommand{\memcached}[0]{memcached\xspace}
\newcommand{\rubis}[0]{RUBiS\xspace}
\newcommand{\eg}[1]{\emph{e.g.},~#1}
\newcommand{\ie}[1]{\emph{i.e.},~#1}
\newcommand{\XXX}[0]{\edatnote{XXX}{XXX}}
\newcommand{\command}[1]{\textsc{#1}}
\newcommand{\drkp}[1]{\edatnote{DRKP}{#1}}

\begin{document}

\title{Transactional~Caching of Application~Data Using~Recent~Snapshots}

\renewcommand{\and}[0]{\hspace{1.5em}}
\author{Dan~R.~K.~Ports \and Austin~T.~Clements \and Irene~Zhang \and
  Samuel~Madden \and Barbara~Liskov
  \\
  \texttt{txcache@pmg.csail.mit.edu}}
\maketitle

\begin{abstract}
  \input{abstract}
\end{abstract}

\section{Overview}
\label{sec:overview}
\input{intro}

\section{System Architecture}
\label{sec:architecture}
\input{architecture}

\section{Consistency Properties}
\label{sec:stale}
\input{stale}

\newpage %XXX
\section{Cache Design}
\label{sec:cache}
\input{cache}

\section{Database Support}
\label{sec:database}
\input{db}

\section{Cache Library}
\label{sec:library}
\input{library}

\section{Evaluation}
\label{sec:evaluation}
\input{eval}

\section{Related Work}
\label{sec:related-work}
\input{relwork}

\section{Conclusion}
\label{sec:conclusion}
\input{conclusion}
\newpage
\bibliographystyle{abbrv}
\footnotesize
\bibliography{paper}
\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-command-default: "Make"
%%% TeX-PDF-mode: t
%%% End: 
