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

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