Skip to content

Instantly share code, notes, and snippets.

@bmmalone
Created March 30, 2017 17:44
Show Gist options
  • Save bmmalone/3d5c27284925e543f84315cac6c32e52 to your computer and use it in GitHub Desktop.
Save bmmalone/3d5c27284925e543f84315cac6c32e52 to your computer and use it in GitHub Desktop.
Makefile for latex
###
# Thanks to Niklas Jahnsson for putting this together.
#
# Replace: %s:bmc_article:<filename>:g
###
bmc_article.pdf: bmc_article.tex
pdflatex bmc_article
toc:
pdflatex bmc_article
pdflatex bmc_article
bib:
pdflatex bmc_article
bibtex bmc_article
pdflatex bmc_article
pdflatex bmc_article
clean:
rm -f *.aux *.log *~ *.bbl *.blg figures/*converted-to.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment