升级 pgfplots 失败(TeX Live)

升级 pgfplots 失败(TeX Live)

(注:与此密切相关Stack Overflow 上尚未回答的问题

由于我的文档使用的是pgfplots1.16(使用命令\pgfplotsset{compat=1.16}),而我现在使用的是 1.15,所以我想更新pgfplots。但是,当我尝试这样做时,出现错误:

$ sudo tlmgr update pgfplots
(running on Debian, switching to user mode!)
tlmgr: Remote repository is newer than local (2017 < 2019)
Cross release updates are only supported with
  update-tlmgr-latest(.sh/.exe) --update
Please see https://tug.org/texlive/upgrade.html for details.

这表明我有一个旧版本的 TeX Live。我不明白为什么,因为我上周安装了 TeX Live。此外,在我的texlive文件夹中,可以看到2019

$ ls /usr/local/texlive/
2019  texmf-local

但是,当我询问tlmgr我的版本时,它显示2017

$ tlmgr version
(running on Debian, switching to user mode!)
tlmgr revision 46207 (2018-01-04 19:34:36 +0100)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2017

这让我想到重新安装 TeX Live - 就像https://tug.org/texlive/upgrade.html- 不管用。

出现上述错误,我该如何升级pgfplots

相关内容