Add list of figures
[matches/MCTX3420.git] / reports / final / report.tex
1 \documentclass[a4paper,10pt,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 \usepackage[compact]{titlesec}
26 \titlespacing{\chapter}{0pt}{0pt}{0pt}
27 \titleformat{\chapter}
28 {\normalfont\LARGE\bfseries}{\thechapter.}{1em}{}
29
30 \usepackage[usenames,dvipsnames]{color}
31 \usepackage{listings} % For code snippets
32
33 \definecolor{darkgray}{rgb}{0.95,0.95,0.95}
34 \definecolor{darkred}{rgb}{0.75,0,0}
35 \definecolor{darkblue}{rgb}{0,0,0.75}
36 \definecolor{pink}{rgb}{1,0.5,0.5}
37 \lstset{language=Java}
38 \lstset{backgroundcolor=\color{darkgray}}
39 \lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt}
40 \lstset{keywordstyle=\color{darkred}\bfseries}
41 \lstset{commentstyle=\color{darkblue}}
42 %\lstset{stringsyle=\color{red}}
43 \lstset{showstringspaces=false}
44 \lstset{basicstyle=\small}
45
46
47
48 \newtheorem{theorem}{Theorem}[section]
49 \newtheorem{lemma}[theorem]{Lemma}
50 \theoremstyle{definition}\newtheorem{definition}[theorem]{Definition}
51 \newtheorem{proposition}[theorem]{Proposition}
52 \newtheorem{corollary}[theorem]{Corollary}
53 \newtheorem{example}{Example}
54 \theoremstyle{remark}\newtheorem*{remark}{Remark}
55
56 \newcommand{\Phid}[0]{\dot{\Phi}}
57 \newcommand{\Phib}[0]{\bar{\Phi}}
58
59 \newcommand{\de}[0]{\delta}
60 \newcommand{\deb}[0]{\bar{\delta}}
61
62 \newcommand{\that}[0]{\hat{\theta}}
63
64 \newcommand{\vect}[1]{\boldsymbol{#1}} % Draw a vector
65 \newcommand{\divg}[1]{\nabla \cdot #1} % divergence
66 \newcommand{\curl}[1]{\nabla \times #1} % curl
67 \newcommand{\grad}[1]{\nabla #1} %gradient
68 \newcommand{\pd}[3][ ]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} %partial derivative
69 \newcommand{\der}[3][ ]{\frac{d^{#1} #2}{d #3^{#1}}} %full derivative
70 \newcommand{\phasor}[1]{\tilde{#1}} % make a phasor
71 \newcommand{\laplacian}[1]{\nabla^2 {#1}} % The laplacian operator
72
73
74
75 % Reference things in GitHub
76 \newcommand{\gitref}[2]{\href{https://github.com/szmoore/MCTX3420/blob/master/#1/#2}{  \textcolor{blue}{\emph{#2}}}}
77 % Refer to API commands
78 \newcommand{\api}[1]{  ``\textcolor{black}{\texttt{/api/#1}}''}
79
80 % To make underscores printable without escaping them
81 \usepackage[T1]{fontenc}
82 \catcode`\_=12
83
84 % Refer to code (can change each one as needed)
85 \newcommand{\funct}[1]{  \texttt{#1}}
86 \newcommand{\var}[1]{  \texttt{#1}}
87 \newcommand{\type}[1]{  \texttt{#1}}
88 \newcommand{\code}[1]{  \texttt{#1}}
89
90
91 %\usepackage{endfloat}
92 %\nomarkersintext
93 \pagestyle{plain}
94 \topmargin -0.6true in
95 \textwidth 15true cm
96 \textheight 9.5true in
97 \oddsidemargin 0.25true in
98 \evensidemargin 0.25true in
99 \headsep 0.4true in
100
101 \usepackage{fancyheadings}
102 \pagestyle{fancy}
103 \addtolength{\headheight}{2.5pt}
104 \renewcommand{\chaptermark}[1]{\markboth{\thechapter~~#1}{}}
105 \renewcommand{\sectionmark}[1]{\markright{\thesection~~#1}{}}
106 \ifthenelse{\boolean{@twoside}}
107 {
108         \rhead[\bfseries \rightmark]{\bfseries \thepage}
109         \lhead[\bfseries \leftmark]{\bfseries \thepage}
110         \addtolength{\headwidth}{\marginparsep}
111         \addtolength{\headwidth}{\marginparwidth}
112 }{
113         \lhead{\bfseries \leftmark}
114         \rhead{\bfseries \thepage}
115 }
116 \cfoot{}
117
118 %---------------------------------------------------------
119 %---------------------------------------------------------
120 \begin{document}
121
122 \include{titlepage/Titlepage}               % This is who you are
123
124 %\newpage
125
126 %\include{acknowledgments/Acknowledgments}   % This is who you thank
127
128 %\newpage
129
130 %\include{abstract/Abstract}          % This is your thesis abstract
131
132 \pagenumbering{roman}
133 \newpage
134 %---------------------------------------------------------
135 % Do the table of Contents and lists of figures and tables
136 %---------------------------------------------------------
137 \linespread{0.8}
138 \tableofcontents
139 \listoffigures
140 \markboth{}{}
141 \linespread{1.0}
142 \newpage
143
144 \pagenumbering{arabic}
145 %---------------------------------------------------------
146 %---------------------------------------------------------
147 %Include the chapters!
148
149 \include{chapters/Introduction}
150
151 \include{chapters/Design}           % This is chapter 1
152
153 %\include{chapters/Approach}          % This is chapter 2
154
155 \include{chapters/Results}
156 %\newpage
157 %---------------------------------------------------------
158 \renewcommand{\bibname}{References}
159 \bibliography{references/refs}
160 \bibliographystyle{ieeetr}  
161 \addcontentsline{toc}{part}{References}
162 %---------------------------------------------------------
163
164 % Appendices
165 \appendix
166 \include{appendices/glossary}
167 \include{appendices/figures}
168 %\include{proposal/proposal.tex}
169 %\renewcommand\chaptername{Appendix}
170 %\chapter{Appendix} 
171 %\include{appendices/electron_optics}
172 %\include{appendices/electron_gun_circuit}
173 %\include{appendices/tcs_noise}
174 %\include{appendices/data_aquisition}
175
176
177 %---------------------------------------------------------
178
179 \end{document}
180

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