Skip to content

Instantly share code, notes, and snippets.

@Enough7
Created August 21, 2023 18:43
Show Gist options
  • Save Enough7/29c6f8b88b2504e3dee7ad996cfef22b to your computer and use it in GitHub Desktop.
Save Enough7/29c6f8b88b2504e3dee7ad996cfef22b to your computer and use it in GitHub Desktop.
Define new commands with arbitrary default options in Latex
% Taken from https://ctan.net/macros/latex/contrib/todonotes/todonotes.pdf
\newcommand{\todoredefined}[2][]
{\todo[color=red, #1]{#2}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment