Last active
January 19, 2017 17:12
-
-
Save mcupak/3f332a1ea07d5d872c246385ec638b2c to your computer and use it in GitHub Desktop.
Building a LaTeX document with Latexmk - https://mirocupak.com/best-development-setup-for-latex/
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 | |
grep -l '\\documentclass' *tex | xargs latexmk -pdf -pvc -silent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment