Skip to content

Commit

Permalink
add latex_clean
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Nov 11, 2024
1 parent 5dddc92 commit 1fe1bf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions programs/pdflatex.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function latex_clean() {
rm -rf comment.cut ./*.aux ./*.dbx ./*.bbx ./*.cbx ./*.dvi ./*.log ./*.lox ./*.out ./*.lol ./*.pdf ./*.synctex.gz ./_minted-* ./*.bbl ./*.blg ./*.lot ./*.lof ./*.toc ./*.lol ./*.fdb_latexmk ./*.fls ./*.bcf ./*.aux ./*.fls ./*.fdb_latexmk ./*.log
}

0 comments on commit 1fe1bf4

Please sign in to comment.