Skip to content

Instantly share code, notes, and snippets.

@chrisma
Created August 3, 2016 13:25
Show Gist options
  • Save chrisma/b2a2443b66c2e8ad5e23224e1824dc2e to your computer and use it in GitHub Desktop.
Save chrisma/b2a2443b66c2e8ad5e23224e1824dc2e to your computer and use it in GitHub Desktop.
Simple todo command for LaTeX using footnotes
% \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