I am using comments in LaTeX, which are defined in my document as:
\newcommand{\notecorr}[1]{\iftoggle{comments}{\todo[color=green]{{[}COR.{]} #1}{}}\linebreak}
I would like to add something like an if-else statement when FALSE, then all comments disappear from the document and if it TRUE, then the comments are displayed.
Any suggestions how to add this?
commentsormultiaudiencepackages. An example: http://tex.stackexchange.com/questions/266117/1-compilation-several-outputs/266682#266682 – Ignasi Sep 24 '15 at 06:43