updated build script

This commit is contained in:
2018-05-12 22:26:22 +02:00
parent 33d6de5002
commit 8b853bff67
2 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
#!/bin/bash #!/bin/bash
pdflatex -shell-escape -synctex=1 -interaction=nonstopmode thesis.tex pdflatex thesis.tex
makeglossaries thesis
biber thesis
pdflatex thesis.tex
pdflatex thesis.tex
BIN
View File
Binary file not shown.