Created
September 14, 2016 09:20
-
-
Save raggleton/f5259dc883000c12f2897a35a19e84aa to your computer and use it in GitHub Desktop.
Quick latex makefile
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
all: | |
latexmk -bibtex -pdf -interaction=nonstopmode paper.tex | |
open paper.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment