X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=a2%2Fpreamble.tex;h=9ee34d62e5d4e2bf48ace46c53462beb987fb799;hb=775f8c86c43002e35e1f769034c5660ed72c10fa;hp=9b86a0d4413d2cfd42e56c3895f0e81e455a659f;hpb=5c9c66282ddbc2ad665ab9c6c18872ea8270633e;p=tt2015.git diff --git a/a2/preamble.tex b/a2/preamble.tex index 9b86a0d..9ee34d6 100644 --- a/a2/preamble.tex +++ b/a2/preamble.tex @@ -5,7 +5,13 @@ \usepackage{listings} \usepackage{graphicx} \usepackage{float} - +\usepackage{tabularx} +\usepackage{soul} +%fancy checkmarks in table for testing +\usepackage{amssymb}% http://ctan.org/pkg/amssymb +\usepackage{pifont}% http://ctan.org/pkg/pifont +\newcommand{\cmark}{\ding{51}}% +\newcommand{\xmark}{\ding{55}}% \lstset{% basicstyle=\footnotesize, % the size of the fonts that are used for the code