interaction=nonstopmode
This commit is contained in:
parent
7993054ee3
commit
98e2ad0de8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ NAMES = light dark
|
||||||
TEX = $(foreach i,$(NAMES),$(i).tex)
|
TEX = $(foreach i,$(NAMES),$(i).tex)
|
||||||
PDF = $(TEX:.tex=.pdf)
|
PDF = $(TEX:.tex=.pdf)
|
||||||
|
|
||||||
TEXMK = latexmk -lualatex -shell-escape
|
TEXMK = latexmk -lualatex -shell-escape -interaction=nonstopmode
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue