From e1df7ad7fd6ab5a0bf79bfe06e51a6dd3dd9e682 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 23 Dec 2019 02:07:50 +0100 Subject: Add postulates start energy and deformation --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index cc3c890..1b3b57d 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ SOURCES := $(wildcard ./*.tex) PAGES := $(patsubst %.tex, $(OUTDIR)/%.pdf, $(SOURCES)) TEX := xelatex -TEXARGS := --output-directory $(OUTDIR) --interaction=batchmode --8bit +TEXARGS := --output-directory $(OUTDIR) --interaction=nonstopmode --8bit all: $(PAGES) -- cgit v1.2.1