Skip to content

Commit eed0176

Browse files
pbarillkjellahl
authored andcommitted
build-pdf: Prevent infinite loop in dblatex
By default, dblatex goes on an infinite loop if it can't find a font.
1 parent 1c34dc8 commit eed0176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/tutorial-custom-cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def dblatex():
112112
'-P', 'paper.type=a4paper',
113113
'-P', 'doc.collab.show=1',
114114
'-P', 'latex.output.revhistory=0',
115+
'-P', 'latex.engine.options="-halt-on-error"',
115116
]
116117

117118
cmd = [

0 commit comments

Comments
 (0)