Change how overlay is used and remove devshell from template
This commit is contained in:
parent
095a81b8c1
commit
62e5b34e5d
6 changed files with 92 additions and 133 deletions
|
@ -9,7 +9,4 @@ thesis.pdf: thesis.tex
|
|||
latexmk -interaction=batchmode -pdf thesis.tex
|
||||
|
||||
watch:
|
||||
while true; do \
|
||||
inotifywait -qr -e modify -e create -e delete -e move *tex; \
|
||||
$(MAKE); \
|
||||
done
|
||||
latexmk -pvc -pdf thesis.tex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue