updated build script

master
Ondřej Hruška 6 years ago
parent 33d6de5002
commit 8b853bff67
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 6
      build.sh
  2. BIN
      thesis.pdf

@ -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

Binary file not shown.
Loading…
Cancel
Save