Style files get removed when in a directory (bug)

Author: zouharviCreated Feb 20, 2025Updated May 17, 2025

Consider the following project structure:

main.tex
misc/
  emnlp2024.sty
  bibliography.bib
  other_files...
img/
  img1.pdf
  img2.pdf

Running arxiv-latex-cleaner removes the misc/emnlp2024.sty file which is being included with \\\usepackage{misc/emnlp2024}, which breaks the latex build.

Source: google-research/arxiv-latex-cleaner