我正在使用 TeXLive 2010。我想尝试 xelatex 以获得更好的 unicode 支持。但我无法安装这些新软件包,因为 TeXLive 镜像已经升级到 2011。
tlmgr: package repository http://ftp.snt.utwente.nl/pub/software/tex/systems/texlive/tlnet
/opt/texlive/bin/x86_64-linux/tlmgr: The TeX Live versions of the local installation
and the repository being accessed are not compatible:
local: 2010
repository: 2011
(Perhaps you need to use a different CTAN mirror?) Goodbye.
有人能帮我解决这个问题吗?
答案1
TeX Live 2010 的 tlnet 的最终存档版本保存在 TUG 服务器上。你可以这样做来使用它
tlmgr option repository ftp://tug.org/historic/systems/texlive/2010/tlnet-final
然后
tlmgr install collection-xetex
(例如)应该可以工作。
答案2
仅供参考,历史存储库有多个镜像(欢迎添加更多),其中一些可以通过 http(s) 访问,从而避免了 ftp 问题。