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