google-research / arxiv-latex-cleaner

arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Inline comment containing a url is not removed

merajhashemi opened this issue Β· comments

Hi πŸ‘‹
When there is an inline comment followed by a \url{} command, the inline comment is not removed as expected. This issue seems to have been introduced while addressing #82.

Example

Input:

Hello! % (\url{topsecret.com})

Output:

Hello! %
\url{topsecret.com})

Expected Output:

Hello! %