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

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