na een hoop ruzie met latex is er nu een checklist!
[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 \usepackage{soul}
10 %fancy checkmarks in table for testing
11 \usepackage{amssymb}% http://ctan.org/pkg/amssymb
12 \usepackage{pifont}% http://ctan.org/pkg/pifont
13 \newcommand{\cmark}{\ding{51}}%
14 \newcommand{\xmark}{\ding{55}}%
15
16 \lstset{%
17 basicstyle=\footnotesize, % the size of the fonts that are used for the code
18 breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
19 breaklines=true, % sets automatic line breaking
20 frame=single, % adds a frame around the code
21 tabsize=4
22 }
23
24 \author{%
25 Charlie Gerhardus\and
26 Pim Jager\and
27 Mart Lubbers
28 }
29 \title{Test approach for TCP}
30 \date{\today}