From b6ec0066b425fecc5dc2d1f8acd68140090c7c69 Mon Sep 17 00:00:00 2001 From: Sarah Gosselin Date: Sat, 31 Aug 2024 22:09:45 -0400 Subject: Placed the 'tools' inside a folder --- toolbox.sty | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 toolbox.sty (limited to 'toolbox.sty') diff --git a/toolbox.sty b/toolbox.sty deleted file mode 100644 index 9231c82..0000000 --- a/toolbox.sty +++ /dev/null @@ -1,33 +0,0 @@ - -\ProvidesPackage{toolbox} -%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% -% Required Packages for the Module % -%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% -\RequirePackage{xcolor} % Addition of colors and color boxes - -%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% -% Useful Functions for Team Work % -%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% -% The following should NEVER apprear in a final document. -% -% Their goal is to provide a better team work experience by adding -% colorful/highlighted keywords into the pdfdocument. - - -%% Usage (These function require a user input) -% \todo{Something to be done...} -% \note{A note to communicate to your team} -% \fixme{An error you wish to higlight for later fix} - -\newcommand{\todo}[1]{\colorbox{red}{\textbf{TODO}:}#1} -\newcommand{\note}[1]{\colorbox{orange}{\textbf{NOTE}:}#1} -\newcommand{\fixme}[1]{\colorbox{purple}{\textbf{FIXME}:}#1} - -%% Usage (These function DON'T require a user input) -% \addref --> Displays "addref" highlighted in magenta -% \addcite --> Displays "addcite" highlighted in magenta -% \addimg --> Displays "addimg" highlighted in cyan -\newcommand{\addref}{\colorbox{magenta}{add ref}} -\newcommand{\addcite}{\colorbox{magenta}{add citation}} -\newcommand{\addimg}{\colorbox{cyan}{add image!}} - -- cgit v1.2.3