I have, as Thorsten suggested, used titlepage and managed to get it looking exactly the way the template dictates. I used
to vertically space the sections. Is this okay or is there a better (or a right) way to do it?
There is just one problem which I can't get my head around. For some reason there is now a second page (after the title page) just with the date on. However I haven't duplicated the date command ?!?! I have used
to display the date in the correct place, but I have no idea what causes the second date to appear on the second page. It is right at the top of the page. It is in the centre, but it is not bold.
I'll just include my title page here:
Code: Select all
\begin{titlepage}
\begin{center}
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\{\large \bfseries
An investigation of service incompatibility side effects of refactoring\\
}
\ \\
\ \\
\ \\
\ \\
{\small
A dissertation submitted in partial fulfilment\\
of the requirements for the Open University's\\
Master of Science Degree\\
in Computing for Commerce and Industry\\
}
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
\ \\
Jannetta S Steyn\\
(XXXXXXXX)\\
\ \\
\textbf{\today \\}
\ \\
Word Count: {\color{red}xxxxx}\\
\end{center}
\end{titlepage}
Oh, an another problem. How do I change the date format from "December 22, 2008" to "22 December 2008"?
My thanks for your help so far.
Jannetta