Skip to content

Instantly share code, notes, and snippets.

@raymondjacobson
Last active August 29, 2015 14:17
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 raymondjacobson/d06cc980fb8b1d5012de to your computer and use it in GitHub Desktop.
Save raymondjacobson/d06cc980fb8b1d5012de to your computer and use it in GitHub Desktop.
TeX Watch: quick & dirty way to watch and update your latex-to-pdf
# Add this function to your shell profile
# But first: get pdflatex and get entr (https://github.com/clibs/entr)
texwatch () {
echo "Watching $1 ..."
ls "$1" | entr pdflatex /_
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment