Created
April 22, 2013 12:45
-
-
Save samueljackson92/5434629 to your computer and use it in GitHub Desktop.
ACM Proceeding template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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{[email protected]} | |
} | |
\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