document update'
[des2015.git] / marsrover / document / preamble.tex
index 79ebcd1..d9442c7 100644 (file)
@@ -1,12 +1,21 @@
-\documentclass[titlepage]{article}
+\documentclass{article}
 
+\usepackage[dvipdfm]{hyperref} % For a clickable toc and nice autorefs
 \usepackage{a4wide} % For not wasting space on a4
+\usepackage{booktabs} % For nicer looking tables
+\usepackage{enumitem} % For nice enumeration types
 \usepackage{fancyhdr} % For the fancy header with our names
+\usepackage{longtable} % For page spanning tables
+\usepackage{multirow} % For multirow tables
+\usepackage{tabu} % For nicer automatic spanning tables
+\usepackage{float} % For better table and figure placement
 
 \title{MarsRover proposal}
 \author{Natanael Adityasatria (s4417992)\and Mart Lubbers (s4109503)}
 \date{\today}
 
+\hypersetup{hidelinks}
+
 \pagestyle{fancy}
 \renewcommand{\headrulewidth}{0pt}
 \fancyhead[RF]{\small\textsc{DES2015: Mart Natanael (\today). Page: \thepage}}