update iso ref
[tt2015.git] / preamble.tex
1 \documentclass[titlepage]{article}
2
3 \usepackage{a4wide}
4 \usepackage{hyperref}
5 \usepackage{listings}
6
7
8 \lstset{%
9 basicstyle=\footnotesize, % the size of the fonts that are used for the code
10 breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
11 breaklines=true, % sets automatic line breaking
12 frame=single, % adds a frame around the code
13 tabsize=4
14 }
15
16 \author{%
17 Charlie Gerhardus\and
18 Pim Jager\and
19 Mart Lubbers
20 }
21 \title{Test approach for TCP}
22 \date{\today}