Created
March 30, 2017 17:44
-
-
Save bmmalone/3d5c27284925e543f84315cac6c32e52 to your computer and use it in GitHub Desktop.
Makefile for latex
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
### | |
# 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