X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=thesis.tex;h=a3f7010c59f517342b7ac0fa9d77741b2ab1c279;hp=30046904526420f16253ba8b0149f915d3d6c5e4;hb=HEAD;hpb=9d87cac8393f739ef02e94aa59e697a978a802ff diff --git a/thesis.tex b/thesis.tex index 3004690..a3f7010 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,5 +1,6 @@ \documentclass[a4paper,10pt,titlepage]{report} -\linespread{1.3} +\usepackage[toc,page]{appendix} +\linespread{1.2} \usepackage{setspace} \onehalfspacing \parskip 10pt % sets spacing between paragraphs @@ -19,6 +20,7 @@ \usepackage{amsmath, amsthm,amssymb} \usepackage{mathrsfs} \usepackage{hyperref} +\usepackage{url} \usepackage{epstopdf} \usepackage{float} \usepackage{anyfontsize} @@ -75,6 +77,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 @@ -83,7 +86,7 @@ \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$} +%\renewcommand{\url}[1]{$\langle$\href{#1}{\underline{\color{blue}{#1}}}$\rangle$} \newcommand{\rephrase}[1]{ \textcolor{red}{#1}} %\usepackage{endfloat} @@ -112,6 +115,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 + + %--------------------------------------------------------- %--------------------------------------------------------- @@ -119,13 +128,16 @@ \include{meta/Titlepage} % This is who you are -\input{meta/Abstract} % This is your thesis abstract +\include{meta/Abstract} % This is your thesis abstract + +\include{meta/Letter} + +\input{meta/Acknowledgements} %\newpage %\include{meta/Acknowledgments} % This is who you thank - \pagenumbering{roman} %\newpage %--------------------------------------------------------- @@ -149,40 +161,36 @@ %--------------------------------------------------------- %Include the chapters! -\include{chapters/Introduction} -\include{chapters/Proposal} -\include{chapters/Background} -\include{chapters/Progress} -%\include{chapters/Conclusion} -%\newpage -%--------------------------------------------------------- -\renewcommand{\bibname}{References} -\bibliography{references/refs} -\bibliographystyle{unsrt} -\addcontentsline{toc}{part}{References} -{\bf Note:} We have collated most of these references at \url{http://szmoore.net/ipdf/documents/references/} -\vspace*{6\baselineskip} % sigh -\begin{figure}[H] - \centering - \includegraphics[width=0.5\textwidth]{figures/rabbit_simple.pdf} -\end{figure} +\input{chapters/Introduction} -%--------------------------------------------------------- +\input{chapters/Background} -% 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} +\input{chapters/Process} +\input{chapters/Results} -%--------------------------------------------------------- +\input{chapters/Conclusion} + + + +%-------------------------------------------- +\renewcommand{\bibname}{References} +\bibliography{references/refs} +\bibliographystyle{unsrt} +\addcontentsline{toc}{part}{References} +%{\bf Note:} We have collated most of these references at \url{http://szmoore.net/ipdf/documents/references/} +\vspace*{6\baselineskip} % sigh +%\begin{comment} +\begin{appendices} +\chapter{An Overview of Document Standards} \label {An Overview of Document Standards} +Together with Section \ref{Precision Specified by Document Standards} this Appendix forms an overview of the well known standard document formats. + +\input{chapters/Background/Standards} +\section{Compositing} \label{Compositing} +\input{chapters/Background/Rendering/Compositing} +\end{appendices} +%\end{comment} \end{document}