summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-08-31 18:56:43 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-08-31 18:56:43 -0400
commit87cbe8122b52b4e933a68eb1b25598ef95724476 (patch)
treeafafb959dce90b65025a65ed4276068749c4a26c
parent17170eec02d98934bea3839f9c1e5c5e71c68b8d (diff)
parent70db55bbbff67bf8211e38fa5a53278803a3ae6a (diff)
Merge branch 'presentation' of ssh://chausse.xyz/linus into presentation
-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!}}
+