% Template for producing IEEE-format articles using LaTeX. % Written by Matthew Ward, CS Department, Worcester Polytechnic Institute. % Use at your own risk. Complaints to /dev/null. % Make two column with no page numbering, default is 10 point. % Adapted by Michael Oudshoorn for the Australasian Computer Science % Conference and the Australasian Database Conference 1995 % Further changes by Rodney Topor and Harald Sondergaard 1996. % Adapted by Harald Sondergaard for Australasian Computer Science Education % Conference 1997. % For versions before LaTeX2e: % \documentstyle[acse,twocolumn]{article} % (then delete the next two lines). \documentclass[twocolumn]{article} \usepackage{acse} \bibliographystyle{acse} \def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} \title{Format for ACSE'97 papers} \author{{\em Author 1}\\[1ex] Department 1 \\ Institution 1 \\ Address 1 \\[1ex] {\em E-mail address 1} \and {\em Author~2}\\[1ex] Department 2 \\ Institution 2 \\ Address 2 \\[1ex] {\em E-mail address 2}} \date{} \begin{document} \maketitle \thispagestyle{empty} \begin{abstract} The abstract should be about 200 words, in a 10-point Roman italic font such as Computer Modern or Times. It should summarise the scope and results of the paper in a concise and accurate manner without references to other works. The title should be centred in a 14-point Roman bold font with the author's name(s), affiliation(s), and e-mail addresses following. Phone and fax numbers should be omitted. % as they will appear elsewhere in the proceedings. \end{abstract} \section{Overall format} Final papers must be at most 8 pages long. They should be prepared for A4 paper, with 20mm margins, using left and right justification, in a 10-point Roman font such as Computer Modern or Times, in two-column format. The gutter between the columns should be 8mm wide. No page headers, footers or numbers should be included. The first column must be shorter than the rest, so that a 25--30mm high box is left empty for ACM's copyright notice. Citations should be in the ACM style, for example Hoare~\cite{Hoare73}, or Ganapathi and Fischer~\cite{GanapathiFischer82}, or Barnes~\cite{Barnes80,Barnes89}. A \LaTeX\ version of this instruction sheet and accompanying style files are available through WWW, at URL \verb"http://www.cs.mu.oz.au/acse97/". \section{Section heading} Section headings should be numbered and be in a 12-point Roman bold font. Authors should leave 4mm of space after a section heading. The first paragraph of each (sub)section should not be indented. All other paragraphs should be indented by 4mm. \subsection{Subsection heading} Subsection headings should be in a 12-point Roman bold font. \subsubsection{Subsubsection heading} Subsubsection headings should be in a 10-point Roman bold font. Section, subsection and subsubsection headings should be numbered hierarchically as shown. \paragraph{Subsubsubsection heading} Subsubsubsections (or labelled paragraphs) should not be numbered. Their label (if provided) should be in a 10-point Roman bold font. \subsection{Footnotes, figures and tables} Footnotes may be used.\footnote{They should be in 7 point text, numbered from 1 through the text.} Figures and tables should be displayed as near as possible to the first reference to them in the text. %Double column figures should be placed at the top or the bottom of a page. Captions should be centered and figures and tables should be numbered consecutively. \begin{figure}[htb] \hfil \hbox{ \begin{tabular}{|c|} \hline !!! Insert your figure here !!! \\ !!! Insert your figure here !!! \\ !!! Insert your figure here !!! \\ \hline \end{tabular}\hfil } \caption{An example figure.} \end{figure} \section{\protect{Information for \LaTeX\ users}} Your main \LaTeX\ input file should have this format: \begin{verbatim} \documentstyle[twocolumn]{article} \usepackage{acse} \bibliographystyle{acse} \title{My title} \author{See example in sample.tex} \date{} \begin{document} \maketitle \thispagestyle{empty} \begin{abstract} ... \end{abstract} ... \end{document} \end{verbatim} % \section{Information for MS Word users} % Copy the sample MS Word document from the WWW site, % unbinhex it if necessary, delete the irrelevant % text, insert the text of your paper, and maintain % and use the various styles defined in the document. \section*{Acknowledgements} Acknowledgements should be placed at the end of the text rather than as footnotes to the title or authors. \bibliography{sample} \end{document}