Skip to content

Instantly share code, notes, and snippets.

@mauri870
Created May 19, 2017 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauri870/664b77c38a9588ee016add8063d7a397 to your computer and use it in GitHub Desktop.
Save mauri870/664b77c38a9588ee016add8063d7a397 to your computer and use it in GitHub Desktop.
Rerun pdflatex on the fly when a file changes
#!/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