Work on report
[matches/MCTX3420.git] / reports / final / report.tex
1 \documentclass[a4paper,10pt,titlepage]{report}
2
3
4
5
6 %\usepackage{natbib}
7 \usepackage{makeidx}
8 \usepackage{graphicx}
9 \usepackage{caption}
10 %\usepackage{subfigure}
11 \usepackage{rotating}
12 %\usepackage{lscape} % Needed for landscaping when printing
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 \usepackage[compact]{titlesec}
22 \titlespacing{\chapter}{0pt}{0pt}{0pt}
23 \titleformat{\chapter}
24 {\normalfont\LARGE\bfseries}{\thechapter.}{1em}{}
25
26 \usepackage[usenames,dvipsnames]{color}
27 \usepackage{listings}
28
29 \definecolor{darkgray}{rgb}{0.95,0.95,0.95}
30 \definecolor{darkred}{rgb}{0.75,0,0}
31 \definecolor{darkblue}{rgb}{0,0,0.75}
32 \definecolor{pink}{rgb}{1,0.5,0.5}
33 \lstset{language=Java}
34 \lstset{backgroundcolor=\color{darkgray}}
35 \lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt}
36 \lstset{keywordstyle=\color{darkred}\bfseries}
37 \lstset{commentstyle=\color{darkblue}}
38 %\lstset{stringsyle=\color{red}}
39 \lstset{showstringspaces=false}
40 \lstset{basicstyle=\small}
41
42 %\usepackage{endfloat}
43 %\nomarkersintext
44  \topmargin -1.5cm        % read Lamport p.163
45  \oddsidemargin -0.04cm   % read Lamport p.163
46  \evensidemargin -0.04cm  % same as oddsidemargin but for left-hand pages
47  \textwidth 16.59cm
48  \textheight 23.94cm 
49  %\pagestyle{empty}       % Uncomment if don't want page numbers
50  \parskip 6.2pt           % sets spacing between paragraphs
51  %\renewcommand{\baselinestretch}{1.5}  % Uncomment for 1.5 spacing between lines
52  \parindent 0pt           % sets leading space for paragraphs
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 \pagenumbering{roman}
78 \newpage
79 %---------------------------------------------------------
80 % Do the table of Contents and lists of figures and tables
81 %---------------------------------------------------------
82 \tableofcontents
83 \markboth{}{}
84 \newpage
85
86 \pagenumbering{arabic}
87 %---------------------------------------------------------
88 %---------------------------------------------------------
89 %Include the chapters!
90
91 %\include{chapters/Demonstration}
92 \include{chapters/Introduction}
93 \include{chapters/Design}
94 \include{chapters/Approach}
95 \include{chapters/Results}
96 %\newpage
97 %---------------------------------------------------------
98 \renewcommand{\bibname}{References}
99 \bibliography{references/refs}
100 %\bibliographystyle{apalike}  
101 \addcontentsline{toc}{part}{References}
102 %---------------------------------------------------------
103
104 % Appendices
105
106 %---------------------------------------------------------
107
108 \end{document}
109

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