summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolbox.sty14
1 files changed, 14 insertions, 0 deletions
diff --git a/toolbox.sty b/toolbox.sty
new file mode 100644
index 0000000..2392ce2
--- /dev/null
+++ b/toolbox.sty
@@ -0,0 +1,14 @@
+
+\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!}}
+