我正在尝试通过以下方式安装 TexLive 2019:
- 从以下位置下载 install-tl-unx.tar.gzhttp://tug.org/texlive/pkginstall.html
gunzip install-tl-unx.tar.gz
tar -xf install*
./install-tl --no-verify-downloads
但不断收到消息:
./install-tl: The TeX Live versions of the local installation
and the repository being accessed are not compatible:
local: 2019
repository: 2021
Perhaps you need to use a different CTAN mirror?
如何安装旧版本的 TexLive?