Add wait_and_make.sh
This commit is contained in:
8
wait_and_make.sh
Executable file
8
wait_and_make.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# watch all files and rebuild the pdf on any changes
|
||||||
|
|
||||||
|
# NOTE we'll need some ubuntu packages installed:
|
||||||
|
# apt install texlive-pictures texlive-fonts-recommended texlive-extra-utils texlive-xetex entr ripgrep
|
||||||
|
|
||||||
|
rg -l . | entr texliveonfly -c xelatex alx/resume.tex
|
||||||
Reference in New Issue
Block a user