Fix typos, add some code

This commit is contained in:
Marko Korhonen 2020-05-09 12:05:12 +03:00
parent 83da9d31cc
commit 6fc4750cdc
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
15 changed files with 155 additions and 78 deletions

View file

@ -8,6 +8,8 @@ xelatex -shell-escape -8bit main
makeglossaries main
find chapters | entr -cp xelatex -shell-escape -8bit main &
find appendix | entr -cp xelatex -shell-escape -8bit main &
find code | entr -cp xelatex -shell-escape -8bit main &
ls biblio.bib | entr -cp bibtex8 main &
zathura >/dev/null 2>&1 main.pdf