Skip to content

Instantly share code, notes, and snippets.

@samueljackson92
Created April 22, 2013 12:45
Show Gist options
  • Save samueljackson92/5434629 to your computer and use it in GitHub Desktop.
Save samueljackson92/5434629 to your computer and use it in GitHub Desktop.
ACM Proceeding template
\documentclass{acm_proc_article-sp}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\title{A Comparison of Scheduling Algorithms}
\numberofauthors{1}
\author{
\alignauthor
Samuel Jackson\\
\affaddr{Aberystwyth University}\\
\email{slj11@aber.ac.uk}
}
\date{\today}
\maketitle
\begin{abstract}
\end{abstract}
% A category with the (minimum) three required fields
\category{H.4}{Information Systems Applications}{Miscellaneous}
%A category including the fourth, optional field follows...
\category{D.2.8}{Software Engineering}{Metrics}[complexity measures, performance measures]
\terms{Theory}
\keywords{ACM proceedings, \LaTeX, text tagging} % NOT required for Proceedings
\section{Introduction}
\section{First Come First Served Scheduling}
\section{Round Robin Scheduling}
\section{Lottery Scheduling}
\section{Conclusions}
\section{Acknowledgments}
\bibliographystyle{abbrv}
\bibliography{sigproc} % sigproc.bib is the name of the Bibliography
\appendix
\subsection{References}
Generated by bibtex from your ~.bib file. Run latex,
then bibtex, then latex twice (to resolve references)
to create the ~.bbl file. Insert that ~.bbl file into
the .tex source file and comment out
the command \texttt{{\char'134}thebibliography}.
\balancecolumns
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment