Created
August 3, 2016 13:25
-
-
Save chrisma/b2a2443b66c2e8ad5e23224e1824dc2e to your computer and use it in GitHub Desktop.
Simple todo command for LaTeX using footnotes
This file contains hidden or 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
% \todo command | |
\usepackage[usenames, dvipsnames]{color} | |
\newcommand{\todo}[1]{\colorbox{BurntOrange}{todo}\footnote{\textcolor{Bittersweet}{#1}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment