Skip to content

Instantly share code, notes, and snippets.

@malte-j
Created March 4, 2019 13:52
Show Gist options
  • Save malte-j/ec3a59b6dfa51d43acb7e87f767463a3 to your computer and use it in GitHub Desktop.
Save malte-j/ec3a59b6dfa51d43acb7e87f767463a3 to your computer and use it in GitHub Desktop.
Autorefresh and Compile LaTeX
mupdf Prüfung.pdf &
ls Prüfung.tex | entr /bin/sh -c "pdflatex Prüfung.tex && pkill -HUP mupdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment