blob: 8af866296998d50d42df5d5fe4f30c189563021b (
plain)
1
2
3
4
5
6
7
8
9
10
|
\documentclass[11pt,a4paper,oneside]{report}
\usepackage{color}
\begin{document}
\title{\color{red}Practical Typesetting}
\author{\color{blue}Peter Flynn\\Silmaril Consultants}
\date{\color{green}December 2001}
\maketitle
\end{document}
|