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

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