Skip to content

Instantly share code, notes, and snippets.

@mcupak
Last active January 19, 2017 17:12
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 mcupak/3f332a1ea07d5d872c246385ec638b2c to your computer and use it in GitHub Desktop.
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/
#! /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