5a2ad13ff7962efcfcfa5f92e60916fc61df11cf
[thesis.git] /
1 #!/bin/sh
2
3 pdflatex -shell-escape root &&
4 if [ -f bu1.aux ]; then
5         for AUXFILE in bu[0-9]*.aux; do
6                 bibtex $(basename "${AUXFILE}" .aux);
7         done;
8 fi &&
9 bibtex root &&
10 makeindex root.nlo -s nomencl.ist -o root.nls &&
11 ./figures/asy/build-asy.py figures/scratch/ &&
12 pdflatex -shell-escape root &&
13 bibtex root &&
14 pdflatex -shell-escape root &&
15 pdflatex -shell-escape root &&
16 pdflatex -shell-escape root