Papers should be written in 11-point font size with a text area of 15 x 23 cm (= 5.91 x 9.06 in). To center the text on A4 paper (which will be the size of the technical report) the top margin should be 3.4 cm (= 1.34 in) and the left margin should be 3 cm (= 1.18 in). Page numbers should appear centered below the text. The page limit is 5 pages, including everything.
Preferably, the paper should be typeset with LaTeX. Use the following framework to obtain the requested format:
If you are still using the old LaTeX, replace the first line by\documentclass[11pt]{article} \textwidth 15cm % 5.91in \textheight 23cm % 9.06in \oddsidemargin 0.5cm % 0.2 in \topmargin -0.5cm % -0.2 in \evensidemargin\oddsidemargin \pagestyle{plain} \bibliographystyle{plain} \begin{document} \title{What you never wanted to know} \author{ \begin{tabular}{c} First Author\thanks{Address, \texttt{Email@Address}}\\ Affiliation \end{tabular} \and \begin{tabular}{c} Second Author\thanks{Address, \texttt{Email@Address}}\\ Affiliation \end{tabular} } \date{} \maketitle \thispagestyle{plain} < Y O U R T E X T > \bibliography{<Your bib files>} \end{document}
If you are doing your bibliography by hand instead of using BiBTeX, replace\documentstyle[11pt]{article}
by\bibliography{<Your bib files>}
\begin{thebibliography}{99} \bibitem{label1} ... \bibitem{label2} ... ... \end{thebibliography}
The deadline for the camera-ready copy is September 30, 1997. The paper has to be sent by electronic mail as uuencoded gzipped Postscript file to
ftp97@logic.atOn Unix systems, uuencoded compressed Postscript can be obtained with either of the following lines:
Do not use attachments. Receipt of the submission will be confirmed by email after we have succeeded printing the paper. We will try to do so within 48 hours. Please remain available until your submission has been confirmed, in case there are problems.% gzip < paper.ps | uuencode paper.ps.gz > paper.uu % compress < paper.ps | uuencode paper.ps.Z > paper.uu