tlmgr TexLive 2013 在 Ubuntu 14.4

anj*_*uta 5 texlive 14.04

我是新手,所以我希望我以正确的方式提问。

我有以下问题:在我的 Ubuntu 14.4 机器上,我从官方存储库安装了 texlive。这是包含“tex”的所有已安装软件包的列表:

luatex                      install
preview-latex-style             install
tex-common                  install
texlive-base                    install
texlive-bibtex-extra                install
texlive-binaries                install
texlive-extra-utils             install
texlive-font-utils              install
texlive-generic-recommended         install
texlive-lang-english                install
texlive-lang-german             install
texlive-latex-base              install
texlive-latex-base-doc              install
texlive-latex-extra             install
texlive-latex-extra-doc             install
texlive-latex-recommended           install
texlive-latex-recommended-doc           install
texlive-latex3                  install
texlive-luatex                  install
texlive-pictures                install
texlive-pictures-doc                install
texlive-pstricks                install
texlive-pstricks-doc                install'
Run Code Online (Sandbox Code Playgroud)

现在我遇到了关于缺少字体的错误,如这里所述我想使用 tlmgr 安装缺少的包。不幸的是,texlive 存储库认为我的安装已经过时:

anjuta@x:~$ tlmgr install ec
(running on Debian, switching to user mode!)
tlmgr: The TeX Live versions supported by the repository
http://ftp.fau.de/ctan/systems/texlive/tlnet (2014--2014)
do not include the version of the local installation (2013).'
Run Code Online (Sandbox Code Playgroud)

这是我真正的问题吗?我必须手动安装 texlive 2014 吗?怎么可能在一个全新的操作系统的存储库中,软件包已经过时到不再受支持的程度?

我希望你能帮我解决这个问题。提前致谢。

小智 2

如果您希望继续使用 TeXLive 2013,请更改您的存储库:

tlmgr option repository ftp://tug.org/historic/systems/texlive/2013/tlnet-final
Run Code Online (Sandbox Code Playgroud)

您还可以轻松更新到 TeXLive 2014 并再次安装 TeXLive2013 中的所有软件包

在全新操作系统的存储库中,软件包怎么可能过时到不再受支持的程度?

TexLive 2014 于 6 月份发布(因此无法包含在 4 月份的 Ubuntu 14.04 中)。从 2014 年 7 月起,TexLive 2013 不再受支持(似乎所有 CTAN 镜像都遵循此弃用规定,除了 tug.org/historic)。