--- /dev/null
+\documentclass[a4paper, 10pt]{article}
+\usepackage[utf8]{inputenc}
+\usepackage[firstpage]{draftwatermark}
+\usepackage[printonlyused,withpage]{acronym}
+\usepackage{graphicx}
+\usepackage{float}
+\usepackage{url}
+\usepackage[margin=1.1in]{geometry}
+\graphicspath{ {./img/} }
+
+\title{(DRAFT) SVP64 Primer}
+
+\author{Luke Kenneth Casson Leighton, Andrey Miroshnikov}
+
+\SetWatermarkLightness{0.5}
+\SetWatermarkScale{4}
+%\SetWatermarkText{DRAFT!}
+
+\begin{document}
+\maketitle
+
+
+\input{acronyms}
+\pagebreak
+%\input{summary}
+\section{Summary}
+Simple Vectorisation requires considering the ISA as a 2-dimensional concept, with the instructions comprising of one (vertical), and the register file as another (horizontal).
+
+\section{References}
+%\textit{(All references and sources are available on request)}
+\bibliography{references}
+\bibliographystyle{ieeetr}
+\end{document}