jtorx log
[tt2015.git] / a2 / preamble.tex
index 0663849..aa5dacd 100644 (file)
@@ -4,11 +4,18 @@
 \usepackage[dvipdfm]{hyperref}
 \usepackage{listings}
 \usepackage{graphicx}
+\usepackage{multirow}
 \usepackage{float}
+\usepackage{tabu}
 \usepackage{tabularx}
+\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