From 70db55bbbff67bf8211e38fa5a53278803a3ae6a Mon Sep 17 00:00:00 2001 From: Sarah Gosselin Date: Sat, 31 Aug 2024 16:05:42 -0400 Subject: Add toolbox --- toolbox.sty | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 toolbox.sty 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!}} + -- cgit v1.2.3