From 7de7bf71eca78b14c8aed4da756058f5535b272d Mon Sep 17 00:00:00 2001 From: Snowball_233 Date: Fri, 23 Jan 2026 00:48:31 +0800 Subject: [PATCH] Add Tectonic -k flag to continue on recoverable errors --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index cc8720f7..e19b9ff9 100644 --- a/book.toml +++ b/book.toml @@ -28,6 +28,7 @@ disabled = false [output.pandoc.profile.pdf] output-file = "rust-course.pdf" pdf-engine = "tectonic" +pdf-engine-opt = ["-k"] to = "pdf" variables = { mainfont = "Noto Sans CJK SC", sansfont = "Noto Sans CJK SC", CJKmainfont = "Noto Sans CJK SC" }