Merge branch 'master' of https://github.com/dopefishh/tt2015
[tt2015.git] / a2 / preamble.tex
index 9ee34d6..9c74f41 100644 (file)
@@ -6,15 +6,10 @@
 \usepackage{graphicx}
 \usepackage{float}
 \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{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