diff --git a/report.tex b/report.tex new file mode 100644 index 0000000000000000000000000000000000000000..5708b79ec78e65058c9713bad386ca11cac702f5 --- /dev/null +++ b/report.tex @@ -0,0 +1,27 @@ +% ---- +% COMP1204 CW1 Report Document +% ---- +\documentclass[]{article} + +% Reduce the margin size, as they're quite big by default +\usepackage[margin=1in]{geometry} + +\title{COMP1204: Data Management \\ Coursework One: Hurricane Monitoring } +% Update these! +\author{Your Name \\ Your Student ID} + +% Actually start the report content +\begin{document} + +% Add title, author and date info +\maketitle + +\section{Introduction} + +\section{Create CSV Script} + +\section{Storm Plots} + +\section{Git usage} + +\end{document}