Skip to content

Commit 6d8f08e

Browse files
Use Tectonic -Z continue-on-errors to force continue on LaTeX errors
1 parent 4490055 commit 6d8f08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ disabled = false
2929
[output.pandoc.profile.pdf]
3030
output-file = "rust-course.pdf"
3131
pdf-engine = "tectonic"
32-
pdf-engine-opt = ["-k"]
32+
pdf-engine-opt = ["-Z", "continue-on-errors"]
3333
to = "pdf"
3434
variables = { mainfont = "Noto Sans CJK SC", sansfont = "Noto Sans CJK SC", CJKmainfont = "Noto Sans CJK SC" }
3535

0 commit comments

Comments
 (0)