nonstopmode
This commit is contained in:
parent
d9670b3503
commit
90a1610f25
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ TEX = $(NAME).tex
|
||||||
SRC = $(TEX)
|
SRC = $(TEX)
|
||||||
PDF = $(TEX:.tex=.pdf)
|
PDF = $(TEX:.tex=.pdf)
|
||||||
|
|
||||||
TEXMK = latexmk -shell-escape -lualatex
|
TEXMK = latexmk -lualatex -shell-escape -interaction=nonstopmode
|
||||||
|
|
||||||
all: $(PDF)
|
all: $(PDF)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ SRC = $(TEX)
|
||||||
PDF = $(TEX:.tex=.pdf)
|
PDF = $(TEX:.tex=.pdf)
|
||||||
PKG = projektor.sty
|
PKG = projektor.sty
|
||||||
|
|
||||||
TEXMK = latexmk -lualatex -shell-escape
|
TEXMK = latexmk -lualatex -shell-escape -interaction=nonstopmode
|
||||||
WGET = wget -q --show-progress
|
WGET = wget -q --show-progress
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue