Created
May 19, 2017 00:32
-
-
Save mauri870/664b77c38a9588ee016add8063d7a397 to your computer and use it in GitHub Desktop.
Rerun pdflatex on the fly when a file changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ls *.{tex,bib} | entr sh -c "bibtex main && pdflatex -synctex=1 -interaction=nonstopmode main.tex" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment