--- /dev/null
+\documentclass[10pt]{article}
+\usepackage{graphicx}
+\usepackage{caption}
+\usepackage{amsmath} % needed for math align
+\usepackage{bm} % needed for maths bold face
+ \usepackage{graphicx} % needed for including graphics e.g. EPS, PS
+\usepackage{fancyhdr} % needed for header
+
+\usepackage{hyperref}
+
+ \topmargin -1.5cm % read Lamport p.163
+ \oddsidemargin -0.04cm % read Lamport p.163
+ \evensidemargin -0.04cm % same as oddsidemargin but for left-hand pages
+ \textwidth 16.59cm
+ \textheight 21.94cm
+ %\pagestyle{empty} % Uncomment if don't want page numbers
+ \parskip 8.2pt % sets spacing between paragraphs
+ %\renewcommand{\baselinestretch}{1.5} % Uncomment for 1.5 spacing between lines
+ %\parindent 0pt % sets leading space for paragraphs
+
+
+\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{\d}[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{color}
+\usepackage{listings}
+
+\definecolor{darkgray}{rgb}{0.95,0.95,0.95}
+\definecolor{darkred}{rgb}{0.75,0,0}
+\definecolor{darkblue}{rgb}{0,0,0.75}
+\definecolor{pink}{rgb}{1,0.5,0.5}
+\lstset{language=Java}
+\lstset{backgroundcolor=\color{darkgray}}
+\lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt}
+\lstset{keywordstyle=\color{darkred}\bfseries}
+\lstset{commentstyle=\color{darkblue}}
+%\lstset{stringsyle=\color{red}}
+\lstset{showstringspaces=false}
+\lstset{basicstyle=\small}
+
+
+\begin{document}
+
+\pagestyle{fancy}
+\fancyhead{}
+\fancyfoot{}
+
+\fancyhead[LO, L]{}
+\fancyfoot[CO, C]{\thepage}
+
+\begin{center}
+ B.Eng. Final Year Project \par
+ {\bf \Large Literature Notes} \par
+ Sam Moore, David Gow \\
+ Faculty of Engineering, Computing and Mathematics, University of Western Australia \\
+ March 2014
+\end{center}
+
+\tableofcontents
+
+\section{PostScript Language Reference Manual \cite{plrm}}
+
+Adobe's official reference manual for PostScript.
+
+It is big.
+
+\section{Portable Document Format Reference \cite{pdfref17}}
+
+Adobe's official reference for PDF.
+
+It is also big.
+
+
+\pagebreak
+\bibliographystyle{unsrt}
+\bibliography{papers}
+
+\end{document}
+
-
% PostScript Reference Manual
@book{plrm,
title={PostScript Language Reference},
}
% It seems wierd using our last names...
-@article{proposalGow,
+@misc{proposalGow,
title = "Infinite-precision Document Formats (Project Proposal)",
author = "David Gow",
year = "2014",
}
% Note the different title
-@article{proposalMoore,
+@misc{proposalMoore,
title = "Infinite Precision Document Formats (Project Proposal)",
author = "Sam Moore",
year = "2014",
}
% The Fractal Nature of Bezier Curves
-% Added 2014-01-15
% No date?
-@article {goldman_thefractal,
+@article{goldman_thefractal,
title = "The Fractal Nature of Bezier Curves",
author = "Ron Goldman",
publisher = "Department of Computer Science, Rice University",