Skip to content

Commit

Permalink
stop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 24, 2024
1 parent e9a8438 commit 2f85fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion paper/.latexmkrc
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 2f85fe2

Please sign in to comment.