To have a consistent look for the collection of CDMTCS reports we require that you follow these formatting requirements: (1) have narrow margins, say 1-1.5 inch white space on all sides, (2) use 12 point font, and (3) use one column per page. This will make it easier for online web browsing of the research reports.
To generate your CDMTCS Reports cover page you need to download one of the following sets of files from here:
Sample latex code (vim syntax coloring) using the cdmtcs.sty coverpage style and sample formatting follows:
\documentclass[12pt,a4paper]{article}
\usepackage{cdmtcs}
\addtolength{\topmargin}{-.75in}
\addtolength{\oddsidemargin}{-.5in}
\setlength{\textwidth}{6.25in}
\setlength{\textheight}{9in}
\begin{document}
\cdmtcstitle{On Game-Theoretic Models of Networks}
\cdmtcsauthor{Hans L. Bodlaender}
\cdmtcsaffiliation{Institute of Information and Computing Sciences,
Utrecht University,\\ Utrecht, the Netherlands}
\cdmtcsauthor{Michael J. Dinneen\\ Bakhadyr Khoussainov}
\cdmtcsaffiliation{Department of Computer Science,
\\ University of Auckland,\\ Auckland, New Zealand}
\cdmtcstrnumber{151}
\cdmtcsdate{April 2001}
\colourcoverpage
\title{\textbf{On Game-Theoretic Models of Networks}}
\author{\textsc{Hans L. Bodlaender}\\
Institute of Information and Computing Sciences\\
Utrecht University, P.O. Box 80.089, 3508 TB\\
Utrecht, the Netherlands\\ \texttt{hansb@cs.uu.nl}
\and \textsc{Michael J. Dinneen} and \textsc{Bakhadyr Khoussainov}\\
Department of Computer Science\\
The University of Auckland, Private Bag 92019\\
Auckland, New Zealand\\ \texttt{\{mjd,bmk\}@cs.auckland.ac.nz}
}
\maketitle
\begin{abstract}
...
\end{abstract}
\section{...}
...
\end{document}
