davidfarmer / LaTeXtoLaTeX

Utilities for converting LaTeX markup to a standard form
1 stars 8 forks source link

Upgrade to Python 3 #26

Open rbeezer opened 4 years ago

rbeezer commented 4 years ago

Python 3 fails due to a print statement that needs parentheses. It might be as easy as chasing down all the print statements to allow Python 3 to succeed. I'm aware of tools that do this automatically ("2to3" or similar), but I have no experience with them.