从 2023.66594-9 版本开始,TeX Live 软件包已被重组,以镜像上游集合。 尽管新的 texlive-basic
软件包取代了旧的 texlive-core
软件包,但许多 texlive-core 的内容(包括特定于语言的文件)现在被拆分到不同的软件包中。 要查找哪个 Arch 软件包包含特定的 CTAN 软件包,您可以使用 tlmgr
工具,例如:
$ tlmgr info euler | grep collection
collection: collection-latexrecommended
这意味着 euler CTAN 软件包包含在 texlive-latexrecommended
软件包中。 您也可以使用 pacman -F
来查询特定文件。
一个新的元软件包 texlive-meta 可用于安装所有子软件包(除了特定于语言的软件包),新的 texlive-doc 软件包提供了完整的文档以供离线使用。