This commit is contained in:
2018-06-15 16:04:10 +02:00
parent 0882fb5238
commit b25d1b0a71
10 changed files with 481 additions and 173 deletions

View File

@ -147,6 +147,11 @@
\newcommand{\Transfer}{\ensuremath{\mathsf{Transfer}}\xspace}
% Tables
\usepackage{pifont}
\newcommand\okcross{\ding{51}}
\newcommand\nocross{\ding{55}}
% Other
\newcommand{\TODO}{\textbf{\textcolor{red}{TODO}}\xspace}