From 2f85fe206e0e41cb3f71eaccfcd32d93e4a306b2 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Wed, 24 Jan 2024 17:13:04 +0300 Subject: [PATCH] stop mode --- .rultor.yml | 2 +- paper/.latexmkrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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