Skip to content

Commit

Permalink
Clean glossary-related files in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Nov 1, 2018
1 parent 665a07c commit cf98ea7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compile-thesis-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ DEL "%FILENAME%.nls"
DEL "%FILENAME%.pdf"
DEL "%FILENAME%.ps"
DEL "%FILENAME%.dvi"
DEL "%FILENAME%.acn"
DEL "%FILENAME%.acr"
DEL "%FILENAME%.alg"

pdflatex -interaction=nonstopmode "%FILENAME%.tex"
bibtex "%FILENAME%.aux"
Expand All @@ -43,6 +46,9 @@ DEL "%FILENAME%.idx"
DEL "%FILENAME%.out"
DEL "%FILENAME%.nlo"
DEL "%FILENAME%.nls"
DEL "%FILENAME%.acn"
DEL "%FILENAME%.acr"
DEL "%FILENAME%.alg"


"%FILENAME%.pdf"
6 changes: 6 additions & 0 deletions compile-thesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if [ $1 = $clean ]; then
rm -rf *.out*
rm -rf *.nlo
rm -rf *.nls
rm -rf *.acn
rm -rf *.acr
rm -rf *.alg
rm -rf $filename.pdf
rm -rf $filename.ps
rm -rf $filename.dvi
Expand Down Expand Up @@ -60,6 +63,9 @@ if [ $1 = $clean ]; then
rm -rf *.out*
rm -rf *.nlo
rm -rf *.nls
rm -rf *.acn
rm -rf *.acr
rm -rf *.alg
rm -rf $filename.pdf
rm -rf $filename.ps
rm -rf $filename.dvi
Expand Down
Binary file modified thesis.pdf
Binary file not shown.

0 comments on commit cf98ea7

Please sign in to comment.