We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4490055 commit 6d8f08eCopy full SHA for 6d8f08e
book.toml
@@ -29,7 +29,7 @@ disabled = false
29
[output.pandoc.profile.pdf]
30
output-file = "rust-course.pdf"
31
pdf-engine = "tectonic"
32
-pdf-engine-opt = ["-k"]
+pdf-engine-opt = ["-Z", "continue-on-errors"]
33
to = "pdf"
34
variables = { mainfont = "Noto Sans CJK SC", sansfont = "Noto Sans CJK SC", CJKmainfont = "Noto Sans CJK SC" }
35
0 commit comments