X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=thesis.tex;fp=thesis.tex;h=f943eacd099807d1eeffdeeb4f4fd7e702fc725e;hp=f076999f87f05194682eb410dca21d1daf613321;hb=b1c5fe49ec552755fd19073c3f91c8e9866d6938;hpb=ee2ac9a161d5d4cc72475f461e6ec50c040b6470 diff --git a/thesis.tex b/thesis.tex index f076999..f943eac 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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} @@ -25,14 +25,14 @@ \usepackage{mdframed} \usepackage[compact]{titlesec} \usepackage[table]{xcolor} -%\titlespacing{\chapter}{0pt}{-50pt}{0pt} +\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}{} +\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 @@ -117,13 +117,12 @@ \include{meta/Titlepage} % This is who you are +\include{meta/Abstract} % This is your thesis abstract + \newpage \include{meta/Acknowledgments} % This is who you thank -\newpage - -\include{meta/Abstract} % This is your thesis abstract \pagenumbering{roman} \newpage @@ -131,9 +130,8 @@ % Do the table of Contents and lists of figures and tables %--------------------------------------------------------- \linespread{0.3} -% Do we need these for a fresher guide? {\small\tableofcontents} -%\listoffigures +\listoffigures \markboth{}{} \linespread{1.5} \newpage @@ -144,6 +142,7 @@ %Include the chapters! \include{chapters/Introduction} +\include{chapters/Proposal} \include{chapters/Background} \include{chapters/Progress} \include{chapters/Conclusion}