From e8f709e650db63843e8abb9148b31b69b651a02f Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Fri, 8 Dec 2017 11:26:12 -0800 Subject: [PATCH] Change latex error to warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 347099b22..6d0da3d17 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ endif # check for latex dependencies E := $(foreach exec, $(LATEXDEPS),\ - $(if $(shell which $(exec)), some string,$(error The $(exec) command was not found. Make sure you have LaTeX installed and added to your PATH. If you don't have LaTeX installed, grab it from https://www.latex-project.org/get/))) + $(if $(shell which $(exec)), some string,$(warning The $(exec) command was not found: math formulas will not be built. LaTeX is required for math formula support. If you don't have LaTeX installed, grab it from https://www.latex-project.org/get/))) # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4