update document with neat table for requirements'
[des2015.git] / marsrover / document / preamble.tex
1 \documentclass{article}
2
3 \usepackage[dvipdfm]{hyperref} % For a clickable toc and nice autorefs
4 \usepackage{a4wide} % For not wasting space on a4
5 \usepackage{booktabs} % For nicer looking tables
6 \usepackage{fancyhdr} % For the fancy header with our names
7 \usepackage{longtable} % For page spanning tables
8 \usepackage{multirow} % For multirow tables
9 \usepackage{tabu} % For nicer automatic spanning tables
10 \usepackage{enumitem} % For nice enumeration types
11
12 \title{MarsRover proposal}
13 \author{Natanael Adityasatria (s4417992)\and Mart Lubbers (s4109503)}
14 \date{\today}
15
16 \hypersetup{hidelinks}
17
18 \pagestyle{fancy}
19 \renewcommand{\headrulewidth}{0pt}
20 \fancyhead[RF]{\small\textsc{DES2015: Mart Natanael (\today). Page: \thepage}}
21 \fancyhead[CF,RH]{}