diff --git a/.gitignore b/.gitignore index fd63870..6f08d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ wk7/week7.pdf wk8/week8.pdf wk9/week9.pdf wk10/week10.pdf +wk11/week11.pdf mini_proj/report/waldo.pdf ## Waldo data for the mini_proj diff --git a/wk11/week11.tex b/wk11/week11.tex index d7852e2..c18f8f9 100644 --- a/wk11/week11.tex +++ b/wk11/week11.tex @@ -1,3 +1,31 @@ +\documentclass[a4paper]{article} +% To compile PDF run: latexmk -pdf {filename}.tex + +\usepackage{graphicx} % Used to insert images into the paper +\graphicspath{ {} } +\usepackage{float} +\usepackage[justification=centering]{caption} % Used for captions +\captionsetup[figure]{font=small} % Makes captions small +\newcommand\tab[1][0.5cm]{\hspace*{#1}} % Defines a new command to use 'tab' in text +% Math package +\usepackage{amsmath} +%enable \cref{...} and \Cref{...} instead of \ref: Type of reference included in the link +\usepackage[capitalise,nameinlink]{cleveref} +% Enable that parameters of \cref{}, \ref{}, \cite{}, ... are linked so that a reader can click on the number an jump to the target in the document +\usepackage{hyperref} +% UTF-8 encoding +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} %support umlauts in the input +% Easier compilation +\usepackage{bookmark} +\usepackage{natbib} +% \usepackage{graphicx} + +\begin{document} + \title{Week 10 - Comparing Algorithms} + \author{Kelvin Davis \and Jip J. Dekker\and Anthony Silvestere} + \maketitle + \section{Simulating Time}\label{simulating-time} In this section we use Cellular Automata to show how different updating @@ -91,3 +119,5 @@ of the energy released exceeds 10 . This breakout first happens at 12, and so we deem this to be the critical density of the system. +\\ +\end{document}