summaryrefslogtreecommitdiff
path: root/toolbox.sty
diff options
context:
space:
mode:
authorSarah Gosselin <sarah@gosselin.xyz>2024-08-31 16:05:42 -0400
committerSarah Gosselin <sarah@gosselin.xyz>2024-08-31 16:05:42 -0400
commit70db55bbbff67bf8211e38fa5a53278803a3ae6a (patch)
tree8c07b09af1125091dfc2505982603add0d9a1b97 /toolbox.sty
parent6d0e22dac8baab22f90289a43cdb371265028f1d (diff)
Add toolbox
Diffstat (limited to 'toolbox.sty')
-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!}}
+