在 luatexja 更新到 20240219.0 版本后无法编译
Jinwen-XU opened this issue · 2 comments
Jinwen-XU commented
将 luatexja
更新到 20240219.0
版本后,在使用 LuaLaTeX 编译文档时,编译进度似乎一直停留在载入 ctex.cfg
这一步。
muzimuzhi commented
我在 macOS 不能复现。第一遍编译确实耗时很长,可能是在重新生成字体缓存。第二遍开始就正常一些了。
% !TeX program = lualatex
\documentclass{ctexart}
\begin{document}
content
\end{document}
你的操作系统和具体例子?
Jinwen-XU commented
非常感谢!
此前在遇到问题后我就先还原到备份的版本了,刚才重新安装之后的确没有再遇到问题。之前或许是由于旧的 .aux
文件没有删除所以产生了干扰。