X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=a2%2Fpreamble.tex;h=aa5dacd63110a8912ba83020c569761e41f02066;hb=27fb41b5f87195ca1635b918eb4f34d9505cbcfb;hp=9ee34d62e5d4e2bf48ace46c53462beb987fb799;hpb=775f8c86c43002e35e1f769034c5660ed72c10fa;p=tt2015.git diff --git a/a2/preamble.tex b/a2/preamble.tex index 9ee34d6..aa5dacd 100644 --- a/a2/preamble.tex +++ b/a2/preamble.tex @@ -4,17 +4,18 @@ \usepackage[dvipdfm]{hyperref} \usepackage{listings} \usepackage{graphicx} +\usepackage{multirow} \usepackage{float} +\usepackage{tabu} \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}}% +\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