Remove dot points add waffles
[ipdf/sam.git] / thesis.tex
index 3acd1df..6808cbd 100644 (file)
@@ -1,4 +1,4 @@
-\documentclass[a4paper,11pt,titlepage]{report}
+\documentclass[a4paper,10pt,titlepage]{report}
 \linespread{1.3}
 \usepackage{setspace}
 \onehalfspacing 
@@ -6,7 +6,7 @@
  %\renewcommand{\baselinestretch}{1.5}         % Uncomment for 1.5 spacing between lines
  %\parindent 0pt                 % sets leading space for paragraphs
 
-
+\usepackage{ulem}
 %\usepackage{natbib}
 \usepackage{makeidx}
 \usepackage{graphicx}
 \usepackage{amsmath, amsthm,amssymb}
 \usepackage{mathrsfs}
 \usepackage{hyperref}
-
 \usepackage{epstopdf}
 \usepackage{float}
-
-
+\usepackage{anyfontsize}
+\usepackage{mdframed}
+\usepackage[compact]{titlesec}
+\usepackage[table]{xcolor}
+\titlespacing{\chapter}{0pt}{-50pt}{0pt}
+% spacing glue: how to read {12pt plus 4pt minus 2pt}
+%           12pt is what we would like the spacing to be
+%           plus 4pt means that TeX can stretch it by at most 4pt
+%           minus 2pt means that TeX can shrink it by at most 2pt
+\titlespacing\section{0pt}{0pt plus 0pt minus 14pt}{0pt plus 0pt minus 14pt}
+\titleformat{\chapter}
+{\normalfont\LARGE\bfseries}{\thechapter.}{1em}{}
+
+%\usepackage[usenames,dvipsnames]{color}
+%\usepackage{listings} % For code snippets
+\definecolor{pink}{rgb}{1.0,0.5,0.5}
+\definecolor{darkgray}{rgb}{0.1,0.1,0.1}
+\definecolor{lightgray}{rgb}{0.95,0.95,0.95}
+\definecolor{gray}{rgb}{0.5,0.5,0.5}
+\definecolor{darkred}{rgb}{0.75,0,0}
+\definecolor{darkblue}{rgb}{0,0,0.35}
+\definecolor{green}{rgb}{0,0.70,0}
+\definecolor{black}{rgb}{0,0,0}
+%\lstset{language=Java}
+%\lstset{backgroundcolor=\color{darkgray}}
+%\lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt}
+%\lstset{keywordstyle=\color{darkred}\bfseries}
+%\lstset{commentstyle=\color{darkblue}}
+%\lstset{stringsyle=\color{red}}
+%\lstset{showstringspaces=false}
+%\lstset{basicstyle=\small}
+
+% keeps text within our margins
+%\sloppy
 
 \newtheorem{theorem}{Theorem}[section]
 \newtheorem{lemma}[theorem]{Lemma}
@@ -50,6 +81,8 @@
 \newcommand{\phasor}[1]{\tilde{#1}} % make a phasor
 \newcommand{\laplacian}[1]{\nabla^2 {#1}} % The laplacian operator
 
+\renewcommand{\url}[1]{$\langle$\href{#1}{\underline{\color{blue}{#1}}}$\rangle$}
+\newcommand{\rephrase}[1]{ \textcolor{red}{#1}}
 
 %\usepackage{endfloat}
 %\nomarkersintext
 
 \include{meta/Titlepage}               % This is who you are
 
-\newpage
+\input{meta/Abstract}          % This is your thesis abstract
 
-\include{meta/Acknowledgments}   % This is who you thank
+%\newpage
 
-\newpage
+%\include{meta/Acknowledgments}   % This is who you thank
 
-\include{meta/Abstract}          % This is your thesis abstract
 
 \pagenumbering{roman}
 \newpage
 %---------------------------------------------------------
 % Do the table of Contents and lists of figures and tables
 %---------------------------------------------------------
-\tableofcontents
+\linespread{0.3}
+{\small\tableofcontents}
+\listoffigures
 \markboth{}{}
+\linespread{1.5}
 \newpage
 
 \pagenumbering{arabic}
 %Include the chapters!
 
 \include{chapters/Introduction}
-
-\include{chapters/BackgroundHardware}
-\include{chapters/BackgroundSoftware}
-
-\include{chapters/Approach}          % This is chapter 2
-\include{chapters/Implementation}
-
-\include{chapters/Results}          % etc. 
-
+\include{chapters/Proposal}
+\include{chapters/Background}
+\include{chapters/Progress}
 \include{chapters/Conclusion}
 %\newpage
 %---------------------------------------------------------

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