diff --git a/.rultor.yml b/.rultor.yml index d8ed6e16a3..efeddfed8e 100644 --- a/.rultor.yml +++ b/.rultor.yml @@ -16,7 +16,7 @@ install: | gem install texqc:0.6.0 sudo tlmgr option repository ctan sudo tlmgr --verify-repo=none update --self - sudo tlmgr --verify-repo=none install acmart xstring totpages environ hyperxmp ifmtarg ncctools comment biblatex href-ul libertine ffcode upquote docshots paralist biber cyrillic babel-russian hyphen-russian + sudo tlmgr --verify-repo=none install acmart xstring totpages environ hyperxmp ifmtarg ncctools comment biblatex href-ul libertine ffcode upquote docshots paralist biber cyrillic babel-russian hyphen-russian csquotes merge: script: | mvn clean install -Pqulice --errors -Dstyle.color=never diff --git a/paper/.latexmkrc b/paper/.latexmkrc index 7af4337b99..1a4e7addb8 100644 --- a/paper/.latexmkrc +++ b/paper/.latexmkrc @@ -1,2 +1,2 @@ -$pdflatex = 'pdflatex %O -shell-escape -halt-on-error %S'; +$pdflatex = 'pdflatex %O -interaction=errorstopmode -shell-escape -halt-on-error %S'; $success_cmd = 'texqc && texsc'; \ No newline at end of file