Brian Krupp<p>In writing research papers, I often have to anonymize information and if it is accepted, I have to de-anonymize it. To make this easier in LaTeX, I created a command:</p><p>%\newcommand{\anonymize}[2]{#1} % Shows original version <br>\newcommand{\anonymize}[2]{\emph{#2}} % Shows anonymous version</p><p>To use, it is simple:</p><p>\anonymize{Cleveland}{Some City}</p><p>If accepted, I just swap the comments. I'm sure there's a better way to do this, but this has been really helpful for me so far.</p><p><a href="https://hci.social/tags/academia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>academia</span></a> <a href="https://hci.social/tags/latex" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>latex</span></a></p>