polyglossia 和 xcolor 中的拉丁语问题

polyglossia 和 xcolor 中的拉丁语问题

在最近更新 Tex Live 2022 引擎(尤其是polyglossia软件包)后,我的文档无法再编译,并出现大量错误。这些错误的根本原因可能是将latin语言与软件包polyglossia结合使用。xcolor

平均能量损失

\documentclass{article}

\usepackage{polyglossia}
\setdefaultlanguage{latin}

\usepackage{xcolor}

\begin{document}
test
\end{document}

使用 进行编译 lualatex.exe -synctex=1 -interaction=nonstopmode -shell-escape "document".tex

结果我遇到了一些错误(在实际文档中错误更多):

错误

顺便提一句使用其他语言(尝试了几种)时没有发现此问题。但即使latin仅用作“其他语言”,也会出现相同的错误:

\usepackage{polyglossia}
\setdefaultlanguage{english}
\setotherlanguage{latin}

\usepackage{xcolor}

\begin{document}
test
\end{document}

相关内容