google-research / arxiv-latex-cleaner

arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Apache License 2.0
5.23k stars 327 forks source link

[Feature] Remove `\if 0 ... \fi` style comments as well #52

Closed chenzhekl closed 2 years ago

chenzhekl commented 2 years ago

It is common to see the following kind of comments

\if 0

\fi

It would be helpful if they can be removed as well.