From e859f93fd4131a7114afe184fa9a8102625f71b3 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 18 Oct 2015 16:58:57 -0700 Subject: [PATCH] use -f to keep building the pdf even if there are errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f83a84..cc10801 100644 --- 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 -- 2.39.2