-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis_main_eosg.tex
146 lines (103 loc) · 3.7 KB
/
thesis_main_eosg.tex
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
\documentclass[reqno,11pt]{book}
\usepackage{amsmath,amssymb,amsfonts} % Typical maths resource packages
\usepackage{graphicx} % Packages to allow inclusion of graphics
\usepackage{subfigure} %to print pictures side by side
\usepackage{color} % For creating coloured text and background
\usepackage{hyperref} % For creating hyperlinks in cross references
%\usepackage[ddmmyyyy]{datetime}
\usepackage[nodayofweek]{datetime} % To specify the date in UK form (instead of US)
\usepackage{rotating} %to allow large tables/pics to print on landscape
\usepackage{setspace}
\def\cleardoublepage{\clearpage\if@twoside% %To prevent empty pages apprearing before each chapter
\ifodd\c@page\else\hbox{}\thispagestyle{empty}\newpage%
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\parindent 1cm
\parskip 0.2cm
\topmargin 0.2cm
\oddsidemargin 1cm
\evensidemargin 0.5cm
\textwidth 15cm
\textheight 21cm
\newtheorem{theorem}{Theorem}[section]
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{definition}[theorem]{Definition}
\def\R{\mathbb{ R}}
\def\S{\mathbb{ S}}
\def\I{\mathbb{ I}}
\makeindex
%TITLE PAGE
\include{frontpage}
\def\blurb{%
Department of Electrical \& Electronic Engineering \\
The University of Melbourne\\ \\
National ICT Australia (NICTA) }
\author{Elma O'Sullivan-Greene}
\title{\huge{The EEG As A Measurement Of Brain Activity: Towards Prediction of Epileptic Seizures}}
\date{\monthname, 2009}
\def\reqtexta{%
Submitted in total fulfilment of}
\def\reqtextb{%
the requirements of the degree of}
\def\reqtextc{%
Doctor of Philosophy}
% Comment out the following line for the copy submitted to the library
\def\arc {\ttfamily \small \fbox { {Produced on archival quality paper}}}
\begin{document}
\maketitle %makes title page of document according to the commands in frontpage.txt
\chapter*{Abstract}\normalsize
\addcontentsline{toc}{chapter}{Abstract}
\pagestyle{plain}
\input{abstract}
\pagebreak
\chapter*{Declaration}\normalsize
\addcontentsline{toc}{chapter}{Declaration}
\pagestyle{plain}
\input{declaration}
\pagebreak
\chapter*{Acknowledgements}\normalsize
\addcontentsline{toc}{chapter}{Acknowledgements}
\pagestyle{plain}
\input{acknowledgements}
\pagebreak
\addcontentsline{toc}{chapter}{Contents}
\pagenumbering{roman}
\pagestyle{headings}
\tableofcontents
\listoffigures
\addcontentsline{toc}{section}{List of Figures}
\listoftables
\addcontentsline{toc}{section}{List of Tables}
\include{abbreviations}
%\chapter*{Preface}\normalsize
% \addcontentsline{toc}{chapter}{Preface}
%\pagestyle{plain}
%The text for preface
\chapter*{Introduction}\normalsize
\addcontentsline{toc}{chapter}{Introduction}
\pagestyle{plain}
\onehalfspacing
\input{intro}
\pagebreak
\pagestyle{headings}
\pagenumbering{arabic}
\numberwithin{table}{section} %otherwise table will be labeled "Table 1.1", but when referenceing withing the text will get "see Table 1.3.1"
%may later have to do the same with equations
\numberwithin{equation}{section}
%other examples
%\numberwithin{equation}{section}
%\numberwithin{figure}{section}
%\numberwithin{table}{section}
%\numberwithin{equation}{chapter}
%\numberwithin{figure}{chapter}
%\numberwithin{table}{chapter}
\include{ch1}
\include{ch2}
\include{ch3}
\bibliography{Bib_thesis}
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{unsrt}
%\addcontentsline{toc}{chapter}{Index}
\end{document}