thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

pdflatex####.fls files remaining after clean #555

Closed ajsenko5 closed 2 years ago

ajsenko5 commented 2 years ago

If I try to compile my {filename}.tex document and theres an error, some files with the name 'pdflatex(somenumbers).fls' is generated, and does not go away with a clean. I can't figure out how to add that to the clean patterns (I tried *.fls and that didn't work)

KazuhiroHirao commented 2 years ago

In my situation, {name}.fdb_latexmk, {name}.fls, and {name}.synctex.gz remain after a clean. I checked the Clean patterns and found */.fls etc. in the line.

ajsenko5 commented 2 years ago

Yeah I'm gonna be honest, it's not very reproduceable. I changed some settings (mainly having it show everything, not just errors and warnings) and it mostly went away

KazuhiroHirao commented 2 years ago

@ajsenko5 It sounds interesting and hopeful. I will continue to use as it is.

KazuhiroHirao commented 2 years ago

Now I am using package:latextools to delete temporary files. It looks overkill, but latextools works well.