From 6d8f08ec1b372ecf5cb52a3591e2b8cab0a75d97 Mon Sep 17 00:00:00 2001 From: Snowball_233 Date: Fri, 23 Jan 2026 01:02:06 +0800 Subject: [PATCH] Use Tectonic -Z continue-on-errors to force continue on LaTeX errors --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 248a25ac..5ba73d9f 100644 --- a/book.toml +++ b/book.toml @@ -29,7 +29,7 @@ disabled = false [output.pandoc.profile.pdf] output-file = "rust-course.pdf" pdf-engine = "tectonic" -pdf-engine-opt = ["-k"] +pdf-engine-opt = ["-Z", "continue-on-errors"] to = "pdf" variables = { mainfont = "Noto Sans CJK SC", sansfont = "Noto Sans CJK SC", CJKmainfont = "Noto Sans CJK SC" }