Created
November 18, 2022 04:04
-
-
Save bl4ck5un/4d6aa8364ea147a88543562c6cf72967 to your computer and use it in GitHub Desktop.
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
\usepackage{todonotes} | |
\newcounter{todocounter} | |
\newcommand{\todonum}[2][] | |
{\stepcounter{todocounter}\todo[#1]{(\thetodocounter) #2}} | |
\newif\ifshowcomment | |
\showcommenttrue | |
\ifshowcomment | |
\newcommand{\fanz}[1]{\stepcounter{todocounter}\textcolor{blue}{{\small [[(\thetodocounter) Fan: #1]]}}} | |
\newcommand{\FZ}[1]{\todonum[inline,color=blue!20,size=\footnotesize,caption={}]{#1 \hfill \mbox{-Fan}}} | |
\else | |
\fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment