summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uowthesistitlepage/README
blob: 67ae0932d58235856507e89e5ac6d44bfe0ebd86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
This is the README for uowthesistitlepage.sty Version 1.1, 2013-07-01

ABOUT

This Package redefines the \maketitle command for LaTeX documents and generates a title page for a UOW thesis in accordance with the uow branding guidelines. Use this package with the book class to typeset your thesis. Implimented in version 1.1 is the \declaration command. This typesets the declaration (below) that this thesis is your own work, required in the front of each PhD Thesis.


LEGAL

Copyright (CC BY-NC-SA 3.0 AU) 2013 by T. M. Griffiths under the creative commons licence(attribution, non-comercial, share alike): http://creativecommons.org/licenses/by-nc-sa/3.0/au/. This work may be distributed and/or modified under the conditions of the LaTeX Project Public License version 1.3c: http://www.latex-project.org/lppl/lppl-1-3c.txt

REQUIREMENTS

- lmodern 
- setspace
- etoolbox
- graphicx 


BASIC USAGE

\usepackage[]{uowthesistitlepage}

\begin{document}
%Standard fields of \maketitle
\title{A Pretty Swish Title} 
\author{Average J. Blow}
    %If you use the hyperref package you can add a mailto link, so that clicking on your name opens an email to you.
	
%The new fields from the \maketitle renewal (see code below).
\degree{That Degree You've Been Studying} 
    %Write it in full: e.g. Bachelor of Science Medicinal Chemistry Advanced Honours
\school{Your School} 
    %e.g Chemistry
\supervisor[number of supervisors (integer)]{supervisor 1, supervisor 2 \& supervisor 3}
    %A list of your supervisors, can be turned off with the nosupervisor package option in the preamble or switched to multiple (more thn one) with the package option multiplesupervisors
    
\maketitle

\declaration

%--------------%
Declaration

I, <Student’s Full Name>, declare that this thesis, submitted in partial fulfilment of the requirements for the award of 
<Your Degree>, of the School of <Your School>, University of Wollongong, is wholly my own work unless otherwise referenced
or acknowledged. The document has not been submitted for qualifications at any other academic institution.



<Student’s Full Name>, July 1, 2013

%--------------%

The UOW default dimensions can be implimented with:
\usepackage{geometry}
    \geometry{a4paper,inner=4.0cm, outer=2cm, top=3cm, bottom=2cm}               
                   
Created by Thomas M. Griffiths (tmg994[at]uowmail[dot]edu[dot]au) 2013-06-17