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.04k stars 318 forks source link

Fix svg_inkscape conversion with svg suffix #97

Closed BilyZ98 closed 1 month ago

BilyZ98 commented 1 month ago

Current svg_inkscape option fails to convert \includesvg[test.svg] to includeinkscape[test_svg] becase inkscape will convert test.svg to test_svg during conversion. This PR checks whether svg file ends with svg suffix and do the conversion if necessarily.

Tests are also added for this PR.

BilyZ98 commented 1 month ago

Hi @jponttuset , can you help review this PR ? Thanks