From: Don Armstrong Date: Sun, 18 Oct 2015 23:58:57 +0000 (-0700) Subject: use -f to keep building the pdf even if there are errors X-Git-Url: https://git.donarmstrong.com/?p=diamond_presentation.git;a=commitdiff_plain;h=e859f93fd4131a7114afe184fa9a8102625f71b3 use -f to keep building the pdf even if there are errors --- 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