Created
April 25, 2014 12:41
-
-
Save anonymous/11288294 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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