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

Accept zip-compressed folders as `input_dir` #83

Closed MiWeiss closed 1 year ago

MiWeiss commented 1 year ago

I find myself frequently having to unzip latex directories before using arxiv-latex-cleaner: Writing my code on overleaf, downloading it as a zip file is the recommended way to download the zip sources for an arXiv upload.

This PR adds a functionality, allowing arxiv_latex_cleaner to also accept the path to a zip file.

Implementation details: