Skip to content

Instantly share code, notes, and snippets.

Created April 25, 2014 12:41
Show Gist options
  • Save anonymous/11288294 to your computer and use it in GitHub Desktop.
Save anonymous/11288294 to your computer and use it in GitHub Desktop.
% Stick this in your packages section if it's not already there
\usepackage{color}
% And stick the below before \begin{document}
% If the \FINAL variable exists, suppress \todo{} statements
\ifdefined\FINAL
\newcommand{\todo}[1]{}
\else
% Otherwise, make them red and in bold monospace font, to stand out.
\newcommand{\todo}[1]{\textcolor{red}{\textbf{\texttt{TODO: #1}}}}
\fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment