Last active
August 30, 2016 15:03
-
-
Save jtilly/52d77401fc5e011ee4d90199831fc292 to your computer and use it in GitHub Desktop.
Continuously build tex file
This file contains hidden or 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 | |
latexmk -pdf -pvc $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment