arxiv-latex-cleaner icon indicating copy to clipboard operation
arxiv-latex-cleaner copied to clipboard

suggestion: eps to pdf

Open Zhonglu opened this issue 3 years ago • 0 comments
trafficstars

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

Zhonglu avatar Sep 03 '22 13:09 Zhonglu