Skip to content

Instantly share code, notes, and snippets.

@JJ
Created March 18, 2017 08:12
Show Gist options
  • Save JJ/5c91c62f037b388632d38c915d816905 to your computer and use it in GitHub Desktop.
Save JJ/5c91c62f037b388632d38c915d816905 to your computer and use it in GitHub Desktop.
Generate latex file
%.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