Fix build scripts
This commit is contained in:
parent
98ce2c659d
commit
04b53133c9
3
build.sh
3
build.sh
@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
while inotifywait -e modify .
|
while inotifywait -e modify .
|
||||||
do
|
do
|
||||||
latexmk -pdf 01paper.tex
|
./make.sh
|
||||||
# ./make.sh
|
|
||||||
done
|
done
|
||||||
|
2
make.sh
2
make.sh
@ -23,7 +23,7 @@ makeindex -s "${tmp}/01paper.ist" -o "${tmp}/01paper.ind" "${tmp}/01paper.idx"
|
|||||||
|
|
||||||
pdflatex -aux-directory="${tmp}" 01paper.tex
|
pdflatex -aux-directory="${tmp}" 01paper.tex
|
||||||
|
|
||||||
bibtex "${tmp}\01paper.aux"
|
bibtex "${tmp}/01paper.aux"
|
||||||
|
|
||||||
pdflatex -aux-directory="${tmp}" 01paper.tex
|
pdflatex -aux-directory="${tmp}" 01paper.tex
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user