X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=thesis.tex;h=0db839914b54e6dc09fdbe8db9cd808d0918c180;hp=f076999f87f05194682eb410dca21d1daf613321;hb=0d77e99e89699e2ffc8ed002d2c2abfd6f665172;hpb=1626295286be2aeb81e7f29fb02b5630aa98bfa4 diff --git a/thesis.tex b/thesis.tex index f076999..0db8399 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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} @@ -25,17 +25,19 @@ \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 +\usepackage{minted} % For code snippets +\AtBeginEnvironment{minted}{\singlespacing% + \fontsize{8}{8}\selectfont} \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} @@ -117,13 +119,12 @@ \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 @@ -131,9 +132,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 +144,7 @@ %Include the chapters! \include{chapters/Introduction} +\include{chapters/Proposal} \include{chapters/Background} \include{chapters/Progress} \include{chapters/Conclusion}