I want to use a python regexp to remove the comments in a LaTeX file. In LaTeX a comment starts by "%". But if the % character is escaped ("\%") then its not a comment, its the symbol percent. I want to use a python regexp to remove the com
I want to use a python regexp to remove the comments in a LaTeX file. In LaTeX a comment starts by "%". But if the % character is escaped ("\%") then its not a comment, its the symbol percent. I want to use a python regexp to remove the com