]> git.donarmstrong.com Git - diamond_presentation.git/blobdiff - Makefile
use -f to keep building the pdf even if there are errors
[diamond_presentation.git] / Makefile
index 9f83a840208485127d505d06c56b060aa4eb9f34..cc108013fb1590745002a3653de746e172fa75ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ all: diamond_presentation_2015.pdf
        $(R) --encoding=utf-8 -e "library('knitr'); knit('$<')"
 
 %.pdf: %.tex $(wildcard *.bib) $(wildcard *.tex)
-       latexmk -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $<
+       latexmk -f -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $<
 
 diamond_presentation_2015.tex: diamond_presentation_2015.Rnw