%#!pdflatex

\documentclass[10pt,letterpaper,compsoc,conference,compsocconf]{IEEEtranMRH}

\usepackage{cite}

\usepackage{balance}

\newcommand{\papertitle}{Sample IEEEtranMRH Document For IEEE Computer
Society Conference Papers}

\author{
\IEEEauthorblockN{
\href{http://www.cs.binghamton.edu/~mike}{Michael R. Head}\IEEEauthorrefmark{1}, and 
\href{http://www.cs.binghamton.edu/~mike}{Another Author}\IEEEauthorrefmark{2}}
\IEEEauthorblockA{
\href{http://grid.cs.binghamton.edu}{Grid Computing Research Laboratory}, 
\href{http://www.cs.binghamton.edu}{Department of Computer Science}
\\ 
\href{http://www.binghamton.edu}{Binghamton University}, Binghamton, NY, USA
\\
\{\IEEEauthorrefmark{1}\href{mailto:mike@cs.binghamton.edu}{mike},
\IEEEauthorrefmark{2}\href{mailto:mgovinda@cs.binghamton.edu}{another}\}@cs.binghamton.edu}}

\title{\vskip 0.25in \href{http://www.cs.binghamton.edu/~mike/ieee-cs-conf}{\papertitle}}


\usepackage[pdftex, 
            pdfborderstyle={/S/U/W 0}, 
            pdfauthor={Michael R. Head and Another Author},
            pdftitle={\papertitle},
            pdfsubject={LaTeX, Samples, IEEE},
            pdfcreator={pdflatex, GNU Make, Ubuntu}]
        {hyperref}

\begin{document}
\maketitle

\begin{abstract}
 This is the abstract.
\end{abstract}

\section{Introduction}

This is the introduction.

\section{Another Section}

This is a second section \cite{ieeetran}.

\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,sample}

\end{document}
