474c888cdba23fcef5e368d7f84d408fa7be26a1
[matches/MCTX3420.git] / reports / final / report.tex
1 \documentclass[a4paper,12pt,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} % Needed for landscaping when printing
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{endfloat}
31 %\nomarkersintext
32  \topmargin -1.5cm        % read Lamport p.163
33  \oddsidemargin -0.04cm   % read Lamport p.163
34  \evensidemargin -0.04cm  % same as oddsidemargin but for left-hand pages
35  \textwidth 16.59cm
36  \textheight 23.94cm 
37  %\pagestyle{empty}       % Uncomment if don't want page numbers
38  \parskip 6.2pt           % sets spacing between paragraphs
39  \renewcommand{\baselinestretch}{1.5}   % Uncomment for 1.5 spacing between lines
40  \parindent 0pt           % sets leading space for paragraphs
41
42 \usepackage{fancyheadings}
43 \pagestyle{fancy}
44 \addtolength{\headheight}{2.5pt}
45 \renewcommand{\chaptermark}[1]{\markboth{\thechapter~~#1}{}}
46 \renewcommand{\sectionmark}[1]{\markright{\thesection~~#1}{}}
47 \ifthenelse{\boolean{@twoside}}
48 {
49         \rhead[\bfseries \rightmark]{\bfseries \thepage}
50         \lhead[\bfseries \leftmark]{\bfseries \thepage}
51         \addtolength{\headwidth}{\marginparsep}
52         \addtolength{\headwidth}{\marginparwidth}
53 }{
54         \lhead{\bfseries \leftmark}
55         \rhead{\bfseries \thepage}
56 }
57 \cfoot{}
58
59 %---------------------------------------------------------
60 %---------------------------------------------------------
61 \begin{document}
62
63 \include{titlepage/Titlepage}               % This is who you are
64
65 \pagenumbering{roman}
66 \newpage
67 %---------------------------------------------------------
68 % Do the table of Contents and lists of figures and tables
69 %---------------------------------------------------------
70 \tableofcontents
71 \markboth{}{}
72 \newpage
73
74 \pagenumbering{arabic}
75 %---------------------------------------------------------
76 %---------------------------------------------------------
77 %Include the chapters!
78
79 %\include{chapters/Demonstration}
80 \include{chapters/Introduction}
81 \include{chapters/Approach}
82 \include{chapters/Design}
83 \include{chapters/Results}
84 %\newpage
85 %---------------------------------------------------------
86 \renewcommand{\bibname}{References}
87 \bibliography{references/refs}
88 %\bibliographystyle{apalike}  
89 \addcontentsline{toc}{part}{References}
90 %---------------------------------------------------------
91
92 % Appendices
93
94 %---------------------------------------------------------
95
96 \end{document}
97

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