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

suggestion: eps to pdf

Zhonglu opened this issue · comments

commented

arXiv recommends using unix command:

for i in *ps; do ps2pdf -DEPSCrop $i; done;

to replace all the eps figures with PDF to significantly reduce size.

It could be great to integrate this function as well. Just a suggestion.

Regards,

Mike