X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=thesis.tex;h=b3e6dee1ab9d90cb033d19e1bf10fad20112a5b2;hp=f943eacd099807d1eeffdeeb4f4fd7e702fc725e;hb=ae8d5f837db032eb4d9e9666f5026fab7e3e8e4a;hpb=b1c5fe49ec552755fd19073c3f91c8e9866d6938 diff --git a/thesis.tex b/thesis.tex index f943eac..b3e6dee 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,12 +1,12 @@ -\documentclass[a4paper,11pt,titlepage]{report} -\linespread{1.3} +\documentclass[a4paper,10pt,titlepage]{report} +\linespread{1.2} \usepackage{setspace} \onehalfspacing \parskip 10pt % sets spacing between paragraphs %\renewcommand{\baselinestretch}{1.5} % Uncomment for 1.5 spacing between lines %\parindent 0pt % sets leading space for paragraphs - -\usepackage{ulem} +\usepackage{mathrsfs} +%\usepackage{ulem} %\usepackage{natbib} \usepackage{makeidx} \usepackage{graphicx} @@ -35,7 +35,9 @@ {\normalfont\LARGE\bfseries}{\thechapter.}{1em}{} %\usepackage[usenames,dvipsnames]{color} -%\usepackage{listings} % For code snippets +\usepackage{minted} % For code snippets +\AtBeginEnvironment{minted}{\singlespacing% + \fontsize{7}{7}\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} @@ -73,6 +75,7 @@ \newcommand{\that}[0]{\hat{\theta}} \newcommand{\vect}[1]{\boldsymbol{#1}} % Draw a vector +\newcommand{\matx}[1]{\boldsymbol{#1}} % Matrix \newcommand{\divg}[1]{\nabla \cdot #1} % divergence \newcommand{\curl}[1]{\nabla \times #1} % curl \newcommand{\grad}[1]{\nabla #1} %gradient @@ -110,6 +113,12 @@ \rhead{\bfseries \thepage} } \cfoot{} +\setlength{\pdfpxdimen}{1in/300} % Define resolution of PDF + +\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]} +\let\endchangemargin=\endlist + + %--------------------------------------------------------- %--------------------------------------------------------- @@ -117,22 +126,27 @@ \include{meta/Titlepage} % This is who you are -\include{meta/Abstract} % This is your thesis abstract - -\newpage +\input{meta/Abstract} % This is your thesis abstract -\include{meta/Acknowledgments} % This is who you thank +%\newpage +%\include{meta/Acknowledgments} % This is who you thank \pagenumbering{roman} -\newpage +%\newpage %--------------------------------------------------------- % Do the table of Contents and lists of figures and tables %--------------------------------------------------------- + +\begingroup +\let\cleardoublepage\relax +\let\clearpage\relax \linespread{0.3} {\small\tableofcontents} -\listoffigures +\vspace*{6\baselineskip} % sigh +{\small\listoffigures} \markboth{}{} +\endgroup \linespread{1.5} \newpage @@ -141,32 +155,25 @@ %--------------------------------------------------------- %Include the chapters! -\include{chapters/Introduction} -\include{chapters/Proposal} -\include{chapters/Background} -\include{chapters/Progress} -\include{chapters/Conclusion} -%\newpage -%--------------------------------------------------------- + +\input{chapters/Introduction} + +\input{chapters/Background} + +\input{chapters/Process} + +\input{chapters/Results} + +\input{chapters/Conclusion} + +%-------------------------------------------- \renewcommand{\bibname}{References} \bibliography{references/refs} \bibliographystyle{unsrt} \addcontentsline{toc}{part}{References} -%--------------------------------------------------------- - -% Appendices -%\appendix -%\include{appendices/achievements} -%\include{proposal/proposal.tex} -%\renewcommand\chaptername{Appendix} -%\chapter{Appendix} -%\include{appendices/electron_optics} -%\include{appendices/electron_gun_circuit} -%\include{appendices/tcs_noise} -%\include{appendices/data_aquisition} +{\bf Note:} We have collated most of these references at \url{http://szmoore.net/ipdf/documents/references/} +\vspace*{6\baselineskip} % sigh -%--------------------------------------------------------- - \end{document}