为了加快我的 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 (bookworm))、Tex Live 2022/Debian 和 LuaHBTex 1.15.0
提前致谢!