paper.tex 1.41 KB
\input{./include/start.tex}

\def\theconference{HotMobile'15}
\def\thetitle{\texttt{\huge maybe} We Should Enable\\More Uncertain Mobile App
Programming}
\def\theauthors{%
Geoffrey Challen, Jerry Antony Ajay, Nick DiRienzo, Oliver Kennedy,\\
Anudipa Maiti, Anandatirtha Nandugudi, Guru Prasad Srinivasa,\\
Sriram Shantharam, Jinghao Shi and Lukasz Ziarek}
\def\theemails{maybe@blue.cse.buffalo.edu}

\toappear{}

\ifdefined\isdraft
  \usepackage{fancyhdr}
  \pagestyle{fancy}
  \renewcommand{\headrulewidth}{0pt}
  \lhead{}
  \chead{Under Submission to \theconference. Do not distribute.}
  \rhead{}
\else
\fi

\begin{document}

\ifdefined\isblue
\begin{textblock}{1}(6.4,0)
\noindent\href{http://blue.cse.buffalo.edu}{\includegraphics[width=0.6in]{./figures/logos/blue.jpg}}
\end{textblock}
\else
\fi

\date{}

\title{\thetitle\\\vspace*{-0.15in}}

\numberofauthors{1}

\author{
  \alignauthor\theauthors\\[0.05in]
\affaddr{Department of Computer Science and Engineering}\\
\affaddr{University at Buffalo}\\[0.05in]
\email{\theemails}
}

\CopyrightYear{2015}
\crdata{}

\hypersetup{
  pdfinfo={
    Title={\thetitle},
    Author={\theauthors}
  },
}

\maketitle

\input{abstract.tex}
\input{introduction.tex}

\input{maybe.tex}
\input{certainty.tex}
\input{usage.tex}

\input{related.tex}
\input{conclusion.tex}

{\scriptsize
\balance
\renewcommand{\baselinestretch}{0.9}
\bibliographystyle{acm}
\bibliography{references}
}

\end{document}