X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=thesis.tex;h=b3e6dee1ab9d90cb033d19e1bf10fad20112a5b2;hp=5a31a3b3c3bd42c47eeac9bc16026409c2418d65;hb=7fe12ce195f039925222ad98b38018ad31d1b1f2;hpb=8d79c1d6010c625b9f0583c51a2511f0f9adeb71 diff --git a/thesis.tex b/thesis.tex index 5a31a3b..b3e6dee 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,titlepage]{report} -\linespread{1.3} +\linespread{1.2} \usepackage{setspace} \onehalfspacing \parskip 10pt % sets spacing between paragraphs @@ -75,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 @@ -112,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 + + %--------------------------------------------------------- %--------------------------------------------------------- @@ -125,7 +132,6 @@ %\include{meta/Acknowledgments} % This is who you thank - \pagenumbering{roman} %\newpage %--------------------------------------------------------- @@ -149,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}