X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=thesis.tex;h=f076999f87f05194682eb410dca21d1daf613321;hp=3acd1df8a388e768772121c0d2fb327ac529bc8c;hb=a7d21e530f640a6e0f8493cfa9fded2c71b7c42d;hpb=198adc71cff9a08993e465710d71a9880d4ab43c diff --git a/thesis.tex b/thesis.tex index 3acd1df..f076999 100644 --- a/thesis.tex +++ b/thesis.tex @@ -19,11 +19,42 @@ \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 @@ -97,8 +130,12 @@ %--------------------------------------------------------- % Do the table of Contents and lists of figures and tables %--------------------------------------------------------- -\tableofcontents +\linespread{0.3} +% Do we need these for a fresher guide? +{\small\tableofcontents} +%\listoffigures \markboth{}{} +\linespread{1.5} \newpage \pagenumbering{arabic} @@ -107,15 +144,8 @@ %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/Background} +\include{chapters/Progress} \include{chapters/Conclusion} %\newpage %---------------------------------------------------------