Skip to content

Commit 7de7bf7

Browse files
Add Tectonic -k flag to continue on recoverable errors
1 parent 7fa94e5 commit 7de7bf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ disabled = false
2828
[output.pandoc.profile.pdf]
2929
output-file = "rust-course.pdf"
3030
pdf-engine = "tectonic"
31+
pdf-engine-opt = ["-k"]
3132
to = "pdf"
3233
variables = { mainfont = "Noto Sans CJK SC", sansfont = "Noto Sans CJK SC", CJKmainfont = "Noto Sans CJK SC" }
3334

0 commit comments

Comments
 (0)