X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=a2%2Fpreamble.tex;h=aa5dacd63110a8912ba83020c569761e41f02066;hb=27fb41b5f87195ca1635b918eb4f34d9505cbcfb;hp=4048a145453549c260a80c35ef3c88e5a36fdb0b;hpb=e2f8479ab99ec2d7bc8ce1dea16ebc2a0a989231;p=tt2015.git diff --git a/a2/preamble.tex b/a2/preamble.tex index 4048a14..aa5dacd 100644 --- a/a2/preamble.tex +++ b/a2/preamble.tex @@ -4,16 +4,18 @@ \usepackage[dvipdfm]{hyperref} \usepackage{listings} \usepackage{graphicx} +\usepackage{multirow} \usepackage{float} +\usepackage{tabu} \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}}% +\usepackage{longtable} +\usepackage{amsfonts} +\newcommand{\xmark}{\texttt{\textbf{x}}} + +\newcounter{TCC} +\newcommand{\doTCC}{\theTCC \stepcounter{TCC}} \lstset{% - basicstyle=\footnotesize, % the size of the fonts that are used for the code breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace breaklines=true, % sets automatic line breaking frame=single, % adds a frame around the code