Continue writing report

This commit is contained in:
Marko Korhonen 2020-05-03 17:20:09 +03:00
parent f36c9fef60
commit 834ed4b3e8
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
11 changed files with 128 additions and 23 deletions

View file

@ -3,12 +3,12 @@ function finish {
killall entr
}
bibtex8 main
xelatex -shell-escape -8bit main
makeglossaries main
find chapters | entr -cp xelatex -shell-escape -8bit main &
ls biblio.bib | entr -cp bibtex8 main &
ls chapters/0abbr.tex | entr -cp makeglossaries main &
zathura >/dev/null 2>&1 main.pdf
trap finish EXIT