aboutsummaryrefslogtreecommitdiffstats
path: root/Report/coursework.tex
blob: 00a23e74a8ad2b49621f02e330aa0a78b745bc0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass[12pt,twoside]{article}

\newcommand{\reporttitle}{Numerical Analysis of ODEs using Matlab}
\newcommand{\reportauthor}{Mwana}
\newcommand{\reportauthora}{Aufar}
\newcommand{\reportauthorb}{Zihan}
\newcommand{\reportauthorc}{Calvin}
\newcommand{\reportauthord}{Yann Herklotz}
\newcommand{\reporttype}{Mathematics Coursework}
\newcommand{\email}{}
\newcommand{\emaila}{}
\newcommand{\emailb}{}
\newcommand{\emailc}{}
\newcommand{\emaild}{ymh15@ic.ac.uk}

% include files that load packages and define macros
\input{includes} % various packages needed for maths etc.
\input{notation} % short-hand notation and macros


%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}
% front page
\input{titlepage}

\tableofcontents

\newpage

%%%%%%%%%%%%%%%%%%%%%%%%%%%% Main document

\section{Introduction}

\end{document}