Added testing paris
[tt2015.git] / a2 / preamble.tex
1 \documentclass[titlepage]{article}
2
3 \usepackage{a4wide}
4 \usepackage[dvipdfm]{hyperref}
5 \usepackage{listings}
6 \usepackage{graphicx}
7 \usepackage{float}
8 \usepackage{tabularx}
9 %fancy checkmarks in table for testing
10 \usepackage{amssymb}% http://ctan.org/pkg/amssymb
11 \usepackage{pifont}% http://ctan.org/pkg/pifont
12 \newcommand{\cmark}{\ding{51}}%
13 \newcommand{\xmark}{\ding{55}}%
14
15 \lstset{%
16 basicstyle=\footnotesize, % the size of the fonts that are used for the code
17 breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
18 breaklines=true, % sets automatic line breaking
19 frame=single, % adds a frame around the code
20 tabsize=4
21 }
22
23 \author{%
24 Charlie Gerhardus\and
25 Pim Jager\and
26 Mart Lubbers
27 }
28 \title{Test approach for TCP}
29 \date{\today}