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

Images referenced from parent directory not copied over #78

Open akshathjain opened 1 year ago

akshathjain commented 1 year ago

Project structures where tex files are nested in a folder result in images not being copied.

images/
  - image_0.png
  - image_1.png
  - image_2.png
sections/
  - section_0.tex
  - section_1.tex  
  - section_2.tex
main.tex

For example, if section_0.tex references image ../images/image_0.png, then image_0.png is not copied.

pollytur commented 4 weeks ago

For me even the images is referenced in main.tex but containing '_' in the names were deleted. Moreover, it did not deleted some images, which were not referenced.