diff --git a/compile.sh b/compile.sh index 0f7a5ab..38ceed8 100755 --- a/compile.sh +++ b/compile.sh @@ -6,4 +6,5 @@ find . -name "main.tex" -execdir sh -c " pwd && latexmk {} -pdf main.tex -e '$la #clean up : shopt -s globstar -rm -f **/*.aux **/*.log **/*.out **/*.fls **/*.fdb_latexmk **/*.toc +rm -f **/*.aux **/*.log **/*.out +#**/*.fls **/*.fdb_latexmk **/*.toc