X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=a2%2Fpreamble.tex;h=4048a145453549c260a80c35ef3c88e5a36fdb0b;hb=e2f8479ab99ec2d7bc8ce1dea16ebc2a0a989231;hp=9b86a0d4413d2cfd42e56c3895f0e81e455a659f;hpb=5c9c66282ddbc2ad665ab9c6c18872ea8270633e;p=tt2015.git diff --git a/a2/preamble.tex b/a2/preamble.tex index 9b86a0d..4048a14 100644 --- a/a2/preamble.tex +++ b/a2/preamble.tex @@ -5,7 +5,12 @@ \usepackage{listings} \usepackage{graphicx} \usepackage{float} - +\usepackage{tabularx} +%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