Created
March 18, 2017 08:12
-
-
Save JJ/5c91c62f037b388632d38c915d816905 to your computer and use it in GitHub Desktop.
Generate latex 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
%.pdf: %.tex | |
pdflatex $< | |
bibtex $(basename $<) | |
pdflatex $< | |
pdflatex $< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment