Created
August 21, 2023 18:43
-
-
Save Enough7/29c6f8b88b2504e3dee7ad996cfef22b to your computer and use it in GitHub Desktop.
Define new commands with arbitrary default options in Latex
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
% 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