1 \documentclass[a4paper,12pt,titlepage]{report}
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
14 %\usepackage{subfigure}
16 %\usepackage{lscape} % Needed for landscaping when printing
17 \usepackage{pdflscape} % Needed for landscaping - in pdf viewer
19 \usepackage{amsmath, amsthm,amssymb}
25 \usepackage[compact]{titlesec}
26 \titlespacing{\chapter}{0pt}{0pt}{0pt}
27 \titleformat{\chapter}
28 {\normalfont\LARGE\bfseries}{\thechapter.}{1em}{}
30 %\usepackage{endfloat}
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
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
42 \usepackage{fancyheadings}
44 \addtolength{\headheight}{2.5pt}
45 \renewcommand{\chaptermark}[1]{\markboth{\thechapter~~#1}{}}
46 \renewcommand{\sectionmark}[1]{\markright{\thesection~~#1}{}}
47 \ifthenelse{\boolean{@twoside}}
49 \rhead[\bfseries \rightmark]{\bfseries \thepage}
50 \lhead[\bfseries \leftmark]{\bfseries \thepage}
51 \addtolength{\headwidth}{\marginparsep}
52 \addtolength{\headwidth}{\marginparwidth}
54 \lhead{\bfseries \leftmark}
55 \rhead{\bfseries \thepage}
59 %---------------------------------------------------------
60 %---------------------------------------------------------
63 \include{titlepage/Titlepage} % This is who you are
67 %---------------------------------------------------------
68 % Do the table of Contents and lists of figures and tables
69 %---------------------------------------------------------
74 \pagenumbering{arabic}
75 %---------------------------------------------------------
76 %---------------------------------------------------------
77 %Include the chapters!
79 %\include{chapters/Demonstration}
80 \include{chapters/Introduction}
81 \include{chapters/Approach}
82 \include{chapters/Design}
83 \include{chapters/Results}
85 %---------------------------------------------------------
86 \renewcommand{\bibname}{References}
87 \bibliography{references/refs}
88 %\bibliographystyle{apalike}
89 \addcontentsline{toc}{part}{References}
90 %---------------------------------------------------------
94 %---------------------------------------------------------