為了加快我的 tex 檔案的編譯速度,我想到了按照以下解釋預編譯序言的想法:https://web.archive.org/web/20160912114941/http://www.howtotex.com:80/tips-tricks/faster-latex-part-iv-use-a-precompiled-preamble/
我使用 lualatex,因為我包含一些 luacode,使用安靜的許多包和一些 makros。
現在當我跑步時:
lualatex -ini -jobname="preamble" --halt-on-error --shell-escape -file-line-error "&lualatex" mylatexformat.ltx Preamble.tex
有沒有辦法正確記錄錯誤,或者有人有 2024 年使用 lualatex 預編譯序言的最新建議/經驗嗎?
我正在使用 MX Linux (Debian GNU/Linux 12 (書蟲))、Tex Live 2022/Debian & LuaHBTex 1.15.0
先致謝!