% -*- Mode:TeX -*-
\documentclass{article}

\usepackage{sigcse2e}

\begin{document}

\title{
       SIGCSE 2000 Format Instructions for\\ Papers, Panels, and
       Seminars
      }

\author{
         Susan Haller \\
         Computer Science  Department\\
         University of Wisconsin -- Parkside\\
         Kenosha, WI 53141\\
         haller@cs.uwp.edu
         \And
         Justin Fischen\\
         Office of the Environment\\
         ACME University\\
         Mimosa, HI  54321\\
         fischen@off.au.edu
       }

\maketitle

\begin{abstract}
In our ``Call for Participation'' we directed authors to a page for
templates maintained by ACM. Unfortunately, we discovered that
these templates are incorrect and inconsistent. Therefore these instructions
supercede all previous formatting instructions. All papers, panels,
and seminars should follow these instructions only.
Pay special attention to these  so that we will have a 
professional looking proceedings. In particular, make sure you use
10 point font for the text of your paper including the abstract.
\end{abstract}

\section{Common Requirements}
The requirements listed in this section apply to papers,
panels, and seminars:

{\bf Title:} The title should be centered, bold, 
              and Mixed Case Like This.

{\bf Author information:} The author's name, affiliation, and email
should be centered and  bold.
Two or more authors may be listed side by side using
\verb+\And+ like I am above
with my fictitious colleague ``Justin''. If co-authors are at the same
institution and share most information, you can use
share one address using \verb+\and+. Using our example,
this would produce
\begin{center}
{\Large\bf\textsf{
Susan Haller and Justin Fischen\\
University of Wisconsin -- Parkside\\
Kenosha, WI 53141\\
\{haller,fischen\}@cs.uwp.edu}}
\end{center}
Notice there is a copyright space (height 1.5 inches)
% Copyright Space is a blank
% picture environment (see below).
% LaTeX users, please note that you
% will need to place this picture environment
% at the appropriate point in you text so
% that it appears in the lower left corner
% of the first page of your paper.
% With nothing after it in the column.
\begin{picture}(240,108)  
\end{picture}
that goes in the lower left corner of the first page.
This is for papers only and should not be used for
panels and seminar papers.

{\bf Paper size:} These instructions assume 8.5 X 11-inch paper.

{\bf Margins:} Left, right, and top margins should be 0.75 inch.
              The  bottom margin is 1 inch. This is for every
               page including the first.


{\bf Columns:} Text should be presented in two columns
each  3.33 inches wide. There should be a 
a 0.34 inch space between the columns

{\bf Section heads:} Section heads are flush left, Ariel or Helvetica, 
bold, and 10 point. Section 1 head, ``Common Requirements'' is an example.

\subsection{Another Requirement}
{\bf Subsection heads:} If your paper has subsections, they are
 flush left, Ariel or Helvetica, bold, 9 point, and
 subnumbered.  Subsection 1.1, ``Another Requirement'' is an example.

{\bf Text:} All text including abstract should be
 single-spaced, full justification, Times Roman, and 10 point.

{\bf References:} Use the standard Communications of the ACM format
for references. That is, references should
be a numbered list at the end of the article. Numbers 
should be in square brackets. The order of the references
should be alphabetical according to the last name of the
first author. Citations in the text should use numbers
in square brackets like this \cite{Anderson92}. Use commas for multiple
references like this \cite{MacKay95,McAlvey92}. Do NOT give a 
section number to the head of the references section of your paper.

{\bf Other:} Do NOT staple or use page numbers on your papers


\section{Paper Requirements}
Paper authors must also fulfill the following requirements:

{\bf Copyright space:} On the first page only, leave
a 1.5-inch blank at the bottom of the left column.

{\bf Copyright form:} Submit a filled out and signed copyright form with
your paper.

\section{Panel and Seminar Requirements}
Authors of panel and seminar contributions to the proceedings must also
fulfill the following requirements:

{\bf Panelists and Seminar Hosts:} Please list your panelists or seminar hosts,
their affiliations, and their email addresses using the same format
as for papers.

{\bf Panels only:} In addition, please indicate which of the panelists
is the moderator by placing the word ``Moderator'' after their name.

Panel and seminar papers should NOT leave a blank space for a copyright notice.

Note: For \LaTeX~ users, the above requirements are all incorporated
       in the {\tt sigcse.sty} style file and the {\tt sigcse.bst}
      bibliography style files.

\section{And Finally}
The next section contains a set of sample references.
I would like to thank Dan Joyce \cite{Joyce98} for the Word and WordPerfect
style files on which this document is based.


\bibliographystyle{sigcse}
\bibliography{sigcse}
\end{document}




