Update view.sh

This commit is contained in:
Marko Korhonen 2020-05-01 21:27:09 +03:00
parent dc595a4d87
commit 47ce0fc149
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -3,9 +3,7 @@ function finish {
killall entr
}
if [ ! -f main.pdf ]; then
xelatex -shell-escape -8bit main
fi
xelatex -shell-escape -8bit main
makeglossaries main
find chapters | entr -cp xelatex -shell-escape -8bit main &