Started laying down the thesis
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
be88bb19fc
commit
5ae8118b34
12 changed files with 62 additions and 402 deletions
16
tex/view.sh
Executable file
16
tex/view.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
function finish {
|
||||
killall entr
|
||||
}
|
||||
|
||||
if [ ! -f main.pdf ]; then
|
||||
xelatex -shell-escape -8bit main
|
||||
fi
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue