summaryrefslogtreecommitdiff
path: root/toolbox.sty
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox.sty')
-rw-r--r--toolbox.sty14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolbox.sty b/toolbox.sty
deleted file mode 100644
index 2392ce2..0000000
--- a/toolbox.sty
+++ /dev/null
@@ -1,14 +0,0 @@
-
-\ProvidesPackage{toolbox}
-%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
-% Useful Functions for Team Work %
-%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
-
-\newcommand{\todo}[1]{\colorbox{red}{\textbf{TODO}:}#1}
-\newcommand{\note}[1]{\colorbox{orange}{\textbf{NOTE}:}#1}
-\newcommand{\fixme}[1]{\colorbox{purple}{\textbf{FIXME}:}#1}
-
-\newcommand{\addref}{\colorbox{magenta}{add ref}}
-\newcommand{\addcite}{\colorbox{magenta}{add citation}}
-\newcommand{\addimg}{\colorbox{cyan}{add image!}}
-