1
0

Add template for week 10 report

This commit is contained in:
Jip J. Dekker 2018-05-14 15:06:08 +10:00
parent 03eba4b101
commit c371aa0545
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -26,6 +26,7 @@
wk7/week7.pdf
wk8/week8.pdf
wk9/week9.pdf
wk10/week10.pdf
## Waldo data for the mini_proj
mini_proj/waldo_data/*

25
wk10/week10.tex Normal file
View File

@ -0,0 +1,25 @@
\documentclass[a4paper]{article}
% To compile PDF run: latexmk -pdf {filename}.tex
% 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 8 - Quantitative data analysis}
\author{Kelvin Davis \and Jip J. Dekker\and Tony Silvestere}
\maketitle
\end{document}