#latex #directory #clean #cleaning #cleaner #intermediary #remove

app latex_cleaner

Utility for cleaning LaTeX intermediary files from the current directory or one passed in

5 stable releases

1.3.0 May 4, 2023
1.2.1 May 4, 2023
1.1.1 May 3, 2023
1.1.0 Apr 11, 2023
1.0.1 Apr 11, 2023

#6 in #cleaner

Download history 6/week @ 2024-02-26 15/week @ 2024-03-11 108/week @ 2024-04-01

123 downloads per month

MIT license

13KB
238 lines

$\LaTeX$ cleaner

This is a very simple project designed to recursively clean up directories with lots of $\LaTeX$ files.

It looks for and removes aux, log and gz files. It looks for and optionally compiles tex files.

Examples:

latex_cleaner # clean all files in current dir
latex_cleaner ../ u # clean all files in parent dir, and recompile tex files

Dependencies

~4–13MB
~138K SLoC