\title{An investigation of service incompatibility side effects of refactoring}
\subtitle{A dissertation submitted in partial fulfilment of the requirements for the Open University's Master of Science Degree in Computing for Commerce and Industry}
Whatever document class you are using (you didn't tell us), use the titlepage environment. Within this environment you are quite free in creating the contents. If you run into trouble, attach a larger picture of the template for a better view of the layout so it would be easier to give specific help.
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.
It's coming on really nicely . I have used the shortcuts and babel and I also downloaded and installed datetime, to get the date formatted to 22 December 2008. The default British date for babel makes it 22nd and I didn't want that.
Now I still have the mystery date on page two. I tried something and now I'm even more puzzled. I removed \today and the date in the proper place was not there, but the date on the second page is still there and it is in the format: Monday 22 December, 2008. I have NO IDEA what causes this date to be inserted. Any ideas???
jannetta wrote:[...] Now I still have the mystery date on page two. I tried something and now I'm even more puzzled. I removed \today and the date in the proper place was not there, but the date on the second page is still there and it is in the format: Monday 22 December, 2008. I have NO IDEA what causes this date to be inserted. Any ideas??? [...]
For this issue you have to build a minimal working example (MWE) to make this behaviour comprehensible. Note that you don't need to use the \maketitle command any more. Perhaps you didn't delete this command after creating your title page.
Concerning the date format, I learned that it has changed in its representation and now appears in what is called the "clean look". For the future the isodate package might be an alternative solution.
The \maketitle appears to have been the culprit. I removed it and the extra date on the second page disappeared. Thanks for pointing that out. I have also changed to isodate. Although the documentation indicates that \usepackage[england]{isodate} should produce the date that I want, ie 22 December 2008, it didn't. It produced 22nd December 2008. So I tried \usepackage[newzealand]{isodate} and that gave me the date I wanted. Just wondering why the england one is different to what the doc says it should be.
Thank you so much to all who have been helping. I truly wish that I discovered these forums sooner. I can't tell you guys how much time I have wasted searching and trying things out that didn't work!!
jannetta wrote:The \maketitle appears to have been the culprit. I removed it and the extra date on the second page disappeared. Thanks for pointing that out. I have also changed to isodate. Although the documentation indicates that \usepackage[england]{isodate} should produce the date that I want, ie 22 December 2008, it didn't. It produced 22nd December 2008. So I tried \usepackage[newzealand]{isodate} and that gave me the date I wanted. Just wondering why the england one is different to what the doc says it should be.
As I stated in my last reply, the representation of the date has changed to the "clean look" format. A suitable option for the isodate package makes it appear as desired (see code above).
For further information refer to the manual of this package (Section 1.8 - Changing the english format, p. 5). Take also a closer look at the code I provided earlier.