diff --git a/build.sh b/build.sh index 7fdca15..5fa414b 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,7 @@ #!/bin/bash -pdflatex -shell-escape -synctex=1 -interaction=nonstopmode thesis.tex +pdflatex thesis.tex +makeglossaries thesis +biber thesis +pdflatex thesis.tex +pdflatex thesis.tex diff --git a/thesis.pdf b/thesis.pdf index e420cc9..45e9405 100644 Binary files a/thesis.pdf and b/thesis.pdf differ