{cleanup} concerns deleting ancillary files that are generated by (La)TeX; these include .aux, .log, .toc, .lof, .lot, .bbl, etc
46
votes
5answers
3k views
Tool for cleaning LaTeX code
Is there something like indent for LaTeX? I have a collaborator that is using Scientific Workplace and the code it produces is totally messed up; I know I shouldn't expect miracles, but any machine ...
5
votes
2answers
3k views
Having pdflatex clean up after itself in WinEdt?
How do I get pdflatex (via WinEdt) to remove all the extra output files (e.g., .lof, .blg, etc.) after compiling my .tex/.bib/.etc to a .pdf?
If there is a solution, I suspect it will come via ...