From bdb737def467725f12f6e7c3509aadda1f039172 Mon Sep 17 00:00:00 2001 From: hs7n22 <hs7n22@southampton.ac.uk> Date: Tue, 14 Mar 2023 00:14:24 +0000 Subject: [PATCH] Upload New File --- report.tex | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 report.tex diff --git a/report.tex b/report.tex new file mode 100644 index 0000000..5708b79 --- /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} -- GitLab