X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=a2%2Fpreamble.tex;h=4afe3a3db327e6255447eaf85cd8d6e3a38effe8;hb=0d1a463f75376f7c40ae7f3f9021b9b58986aced;hp=4048a145453549c260a80c35ef3c88e5a36fdb0b;hpb=e2f8479ab99ec2d7bc8ce1dea16ebc2a0a989231;p=tt2015.git diff --git a/a2/preamble.tex b/a2/preamble.tex index 4048a14..4afe3a3 100644 --- a/a2/preamble.tex +++ b/a2/preamble.tex @@ -4,16 +4,15 @@ \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}}} \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