Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / thesis / thesis.tex
1 \documentclass[a4paper,12pt,titlepage]{report}
2 \linespread{1.3}
3 \usepackage{setspace}
4 \onehalfspacing 
5
6 %\usepackage{natbib}
7 \usepackage{makeidx}
8 \usepackage{graphicx}
9 \usepackage{caption}
10 %\usepackage{subfigure}
11 \usepackage{rotating}
12 \usepackage{lscape}
13 \usepackage{verbatim}
14 \usepackage{amsmath, amsthm,amssymb}
15 \usepackage{mathrsfs}
16 \usepackage{hyperref}
17
18 \newtheorem{theorem}{Theorem}[section]
19 \newtheorem{lemma}[theorem]{Lemma}
20 \theoremstyle{definition}\newtheorem{definition}[theorem]{Definition}
21 \newtheorem{proposition}[theorem]{Proposition}
22 \newtheorem{corollary}[theorem]{Corollary}
23 \newtheorem{example}{Example}
24 \theoremstyle{remark}\newtheorem*{remark}{Remark}
25
26 \newcommand{\Phid}[0]{\dot{\Phi}}
27 \newcommand{\Phib}[0]{\bar{\Phi}}
28
29 \newcommand{\de}[0]{\delta}
30 \newcommand{\deb}[0]{\bar{\delta}}
31
32 \newcommand{\that}[0]{\hat{\theta}}
33
34 \newcommand{\vect}[1]{\boldsymbol{#1}} % Draw a vector
35 \newcommand{\divg}[1]{\nabla \cdot #1} % divergence
36 \newcommand{\curl}[1]{\nabla \times #1} % curl
37 \newcommand{\grad}[1]{\nabla #1} %gradient
38 \newcommand{\pd}[3][ ]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} %partial derivative
39 \newcommand{\der}[3][ ]{\frac{d^{#1} #2}{d #3^{#1}}} %full derivative
40 \newcommand{\phasor}[1]{\tilde{#1}} % make a phasor
41 \newcommand{\laplacian}[1]{\nabla^2 {#1}} % The laplacian operator
42
43
44 %\usepackage{endfloat}
45 %\nomarkersintext
46 \pagestyle{plain}
47 \topmargin -0.6true in
48 \textwidth 15true cm
49 \textheight 9.5true in
50 \oddsidemargin 0.25true in
51 \evensidemargin 0.25true in
52 \headsep 0.4true in
53
54 \usepackage{fancyheadings}
55 \pagestyle{fancy}
56 \addtolength{\headheight}{2.5pt}
57 \renewcommand{\chaptermark}[1]{\markboth{\thechapter~~#1}{}}
58 \renewcommand{\sectionmark}[1]{\markright{\thesection~~#1}{}}
59 \ifthenelse{\boolean{@twoside}}
60 {
61         \rhead[\bfseries \rightmark]{\bfseries \thepage}
62         \lhead[\bfseries \leftmark]{\bfseries \thepage}
63         \addtolength{\headwidth}{\marginparsep}
64         \addtolength{\headwidth}{\marginparwidth}
65 }{
66         \lhead{\bfseries \leftmark}
67         \rhead{\bfseries \thepage}
68 }
69 \cfoot{}
70
71 %---------------------------------------------------------
72 %---------------------------------------------------------
73 \begin{document}
74
75 \include{titlepage/Titlepage}               % This is who you are
76
77 \newpage
78
79 \include{acknowledgments/Acknowledgments}   % This is who you thank
80
81 \newpage
82
83 \include{abstract/Abstract}          % This is your thesis abstract
84
85 \pagenumbering{roman}
86 \newpage
87 %---------------------------------------------------------
88 % Do the table of Contents and lists of figures and tables
89 %---------------------------------------------------------
90 \tableofcontents
91 \markboth{}{}
92 \newpage
93
94 \pagenumbering{arabic}
95 %---------------------------------------------------------
96 %---------------------------------------------------------
97 %Include the chapters!
98
99 \include{chapters/Introduction}
100
101 \include{chapters/Theory}           % This is chapter 1
102
103 \include{chapters/Techniques}          % This is chapter 2
104
105 \include{chapters/Results}          % etc. 
106
107 \include{chapters/Conclusion}
108 %\newpage
109 %---------------------------------------------------------
110 \renewcommand{\bibname}{References}
111 \bibliography{references/refs}
112 \bibliographystyle{ieeetr}  
113 \addcontentsline{toc}{part}{References}
114 %---------------------------------------------------------
115
116 % Appendices
117 \appendix
118 \include{appendices/electron_optics}
119 \include{appendices/electron_gun_circuit}
120 %---------------------------------------------------------
121
122 \end{document}
123

UCC git Repository :: git.ucc.asn.au