Add template for week 10 report
This commit is contained in:
parent
03eba4b101
commit
c371aa0545
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
25
wk10/week10.tex
Normal 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}
|
Reference in New Issue
Block a user