Initial Commit
authorSam Moore <[email protected]>
Fri, 11 Apr 2014 09:23:32 +0000 (17:23 +0800)
committerSam Moore <[email protected]>
Fri, 11 Apr 2014 09:23:32 +0000 (17:23 +0800)
This repo is for the individual report by Sam Moore.

.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
figures/uwacrest.pdf [new file with mode: 0644]
meta/Abstract.tex [new file with mode: 0644]
meta/Acknowledgements.tex [new file with mode: 0644]
meta/README.md [new file with mode: 0644]
meta/Titlepage.tex [new file with mode: 0644]
references/refs.bib [new symlink]
thesis.pdf [new file with mode: 0644]
thesis.tex [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d6f44f6
--- /dev/null
@@ -0,0 +1,8 @@
+*~
+*.aux
+*.log
+*.dvi
+*.out
+*.bbl
+*.blg
+*.toc
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..74caf83
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,27 @@
+#Makefile for Fresher Guide
+
+NAME=thesis
+TEX=pdflatex
+
+all : 
+       make clean
+       make $(NAME).pdf
+
+$(NAME).pdf : $(NAME).tex
+       rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot
+
+       $(TEX) -shell-escape $(NAME)
+       bibtex $(NAME)
+       $(TEX) --shell-escape $(NAME)
+       $(TEX) --shell-escape $(NAME)
+       bibtex $(NAME)
+       $(TEX) --shell-escape $(NAME)
+       $(TEX) --shell-escape $(NAME)
+
+       silent atril $(NAME).pdf
+       rm -f *.bbl *.log *.toc *.lof *.blg *.lot *.aux *.out
+
+
+clean : 
+       rm -f $(NAME).pdf
+       rm -f *~
diff --git a/figures/uwacrest.pdf b/figures/uwacrest.pdf
new file mode 100644 (file)
index 0000000..caf9586
Binary files /dev/null and b/figures/uwacrest.pdf differ
diff --git a/meta/Abstract.tex b/meta/Abstract.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/meta/Acknowledgements.tex b/meta/Acknowledgements.tex
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/meta/README.md b/meta/README.md
new file mode 100644 (file)
index 0000000..85cd333
--- /dev/null
@@ -0,0 +1 @@
+This is where the Titlepage goes.
diff --git a/meta/Titlepage.tex b/meta/Titlepage.tex
new file mode 100644 (file)
index 0000000..4977697
--- /dev/null
@@ -0,0 +1,12 @@
+% Suitably pretty title page is required.
+\begin{titlepage}
+\title{Infinite Precision Document Formats}
+\author{{\it Author:} Samuel Moore\cite{proposalMoore} \\
+{{\it Partners:} David Gow\cite{proposalGow}} \\
+{{\it Supervisor:} Prof Tim French}\\
+\\ \\ \\
+\includegraphics[width=150px]{figures/uwacrest.pdf}}
+%\date{Date of submission: 02/11/2012}
+\maketitle
+\end{titlepage}
+
diff --git a/references/refs.bib b/references/refs.bib
new file mode 120000 (symlink)
index 0000000..491480a
--- /dev/null
@@ -0,0 +1 @@
+../../documents/papers.bib
\ No newline at end of file
diff --git a/thesis.pdf b/thesis.pdf
new file mode 100644 (file)
index 0000000..2fb27d8
Binary files /dev/null and b/thesis.pdf differ
diff --git a/thesis.tex b/thesis.tex
new file mode 100644 (file)
index 0000000..ba46929
--- /dev/null
@@ -0,0 +1,141 @@
+\documentclass[a4paper,11pt,titlepage]{report}
+\linespread{1.3}
+\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{natbib}
+\usepackage{makeidx}
+\usepackage{graphicx}
+\usepackage{caption}
+%\usepackage{subfigure}
+\usepackage{rotating}
+%\usepackage{lscape}
+\usepackage{pdflscape} % Needed for landscaping - in pdf viewer
+\usepackage{verbatim}
+\usepackage{amsmath, amsthm,amssymb}
+\usepackage{mathrsfs}
+\usepackage{hyperref}
+
+\usepackage{epstopdf}
+\usepackage{float}
+
+
+
+\newtheorem{theorem}{Theorem}[section]
+\newtheorem{lemma}[theorem]{Lemma}
+\theoremstyle{definition}\newtheorem{definition}[theorem]{Definition}
+\newtheorem{proposition}[theorem]{Proposition}
+\newtheorem{corollary}[theorem]{Corollary}
+\newtheorem{example}{Example}
+\theoremstyle{remark}\newtheorem*{remark}{Remark}
+
+\newcommand{\Phid}[0]{\dot{\Phi}}
+\newcommand{\Phib}[0]{\bar{\Phi}}
+
+\newcommand{\de}[0]{\delta}
+\newcommand{\deb}[0]{\bar{\delta}}
+
+\newcommand{\that}[0]{\hat{\theta}}
+
+\newcommand{\vect}[1]{\boldsymbol{#1}} % Draw a vector
+\newcommand{\divg}[1]{\nabla \cdot #1} % divergence
+\newcommand{\curl}[1]{\nabla \times #1} % curl
+\newcommand{\grad}[1]{\nabla #1} %gradient
+\newcommand{\pd}[3][ ]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} %partial derivative
+\newcommand{\der}[3][ ]{\frac{d^{#1} #2}{d #3^{#1}}} %full derivative
+\newcommand{\phasor}[1]{\tilde{#1}} % make a phasor
+\newcommand{\laplacian}[1]{\nabla^2 {#1}} % The laplacian operator
+
+
+%\usepackage{endfloat}
+%\nomarkersintext
+\pagestyle{plain}
+\topmargin -0.6true in
+\textwidth 15true cm
+\textheight 9.5true in
+\oddsidemargin 0.25true in
+\evensidemargin 0.25true in
+\headsep 0.4true in
+
+\usepackage{fancyheadings}
+\pagestyle{fancy}
+\addtolength{\headheight}{2.5pt}
+\renewcommand{\chaptermark}[1]{\markboth{\thechapter~~#1}{}}
+\renewcommand{\sectionmark}[1]{\markright{\thesection~~#1}{}}
+\ifthenelse{\boolean{@twoside}}
+{
+        \rhead[\bfseries \rightmark]{\bfseries \thepage}
+        \lhead[\bfseries \leftmark]{\bfseries \thepage}
+        \addtolength{\headwidth}{\marginparsep}
+        \addtolength{\headwidth}{\marginparwidth}
+}{
+        \lhead{\bfseries \leftmark}
+        \rhead{\bfseries \thepage}
+}
+\cfoot{}
+
+%---------------------------------------------------------
+%---------------------------------------------------------
+\begin{document}
+
+\include{meta/Titlepage}               % This is who you are
+
+\newpage
+
+\include{meta/Acknowledgments}   % This is who you thank
+
+\newpage
+
+\include{meta/Abstract}          % This is your thesis abstract
+
+\pagenumbering{roman}
+\newpage
+%---------------------------------------------------------
+% Do the table of Contents and lists of figures and tables
+%---------------------------------------------------------
+\tableofcontents
+\markboth{}{}
+\newpage
+
+\pagenumbering{arabic}
+%---------------------------------------------------------
+%---------------------------------------------------------
+%Include the chapters!
+
+%\include{chapters/Introduction}
+
+%\include{chapters/Overview}           % This is chapter 1
+
+%\include{chapters/Techniques}          % This is chapter 2
+
+%\include{chapters/Results}          % etc. 
+
+%\include{chapters/Conclusion}
+%\newpage
+%---------------------------------------------------------
+\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}
+
+
+%---------------------------------------------------------
+
+\end{document}
+

UCC git Repository :: git.ucc.asn.au