cd9af74db6642f5387a35032a19536d69fdc4789
[ar1516.git] / a2 / pre.tex
1 \documentclass{article}
2
3 \usepackage{hyperref} % For clickable links
4 \usepackage{a4wide} % For better page usage
5 \usepackage{booktabs} % For nice tables
6 \usepackage{enumerate} % For nice tables
7 \usepackage{amsmath} % For nice tables
8 \usepackage{listings} % For nice tables
9 \usepackage{float} % For nice tables
10 \usepackage{graphicx}
11 \usepackage{xypic}
12 \usepackage{multirow}
13
14 \everymath{\displaystyle}
15
16 \lstset{keepspaces=true,captionpos=b,basicstyle=\scriptsize\ttfamily}
17
18 \CompileMatrices%
19
20
21 \author{Mart Lubbers (s4109503)}
22 \title{Automated reasoning Assignment 2}
23 \date{\today}