removing extra files
This commit is contained in:
parent
540cec993f
commit
ff4b91aa4a
1360
book-1/.main.log
1360
book-1/.main.log
File diff suppressed because it is too large
Load Diff
@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
|
||||||
|
|
||||||
while inotifywait -e close_write *.tex; do
|
|
||||||
/usr/local/texlive/2018/bin/x86_64-linux/pdflatex -file-line-error -interaction nonstopmode Main.tex
|
|
||||||
/usr/local/texlive/2018/bin/x86_64-linux/pdflatex -file-line-error -interaction nonstopmode Main.tex
|
|
||||||
mv Main.pdf "Anders 1.pdf"
|
|
||||||
mv Main.log .main.log
|
|
||||||
rm Main.out
|
|
||||||
rm Main.aux
|
|
||||||
rm Main.toc
|
|
||||||
printf "Anders 1 updated\n"
|
|
||||||
done
|
|
@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
|
||||||
|
|
||||||
while inotifywait -e close_write *.tex; do
|
|
||||||
/usr/local/texlive/2018/bin/x86_64-linux/pdflatex -file-line-error -interaction nonstopmode Main.tex
|
|
||||||
/usr/local/texlive/2018/bin/x86_64-linux/pdflatex -file-line-error -interaction nonstopmode Main.tex
|
|
||||||
mv Main.pdf "Anders 1.pdf"
|
|
||||||
mv Main.log .main.log
|
|
||||||
rm Main.out
|
|
||||||
rm Main.aux
|
|
||||||
rm Main.toc
|
|
||||||
printf "Anders 1 updated\n"
|
|
||||||
done
|
|
@ -1,8 +0,0 @@
|
|||||||
/usr/local/texlive/2018/bin/x86_64-linux/pdflatex -file-line-error -interaction nonstopmode Main.tex
|
|
||||||
/usr/local/texlive/2018/bin/x86_64-linux/pdflatex -file-line-error -interaction nonstopmode Main.tex
|
|
||||||
mv Main.pdf "Anders 1.pdf"
|
|
||||||
mv Main.log .main.log
|
|
||||||
rm Main.out
|
|
||||||
rm Main.aux
|
|
||||||
rm Main.toc
|
|
||||||
printf "Anders 1 updated"
|
|
Loading…
Reference in New Issue
Block a user