Skip to content

Instantly share code, notes, and snippets.

@bl4ck5un
Created November 18, 2022 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bl4ck5un/4d6aa8364ea147a88543562c6cf72967 to your computer and use it in GitHub Desktop.
Save bl4ck5un/4d6aa8364ea147a88543562c6cf72967 to your computer and use it in GitHub Desktop.
\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