我是新手所以我希望我以正确的方式提问。
我遇到了以下问题:在我的 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'
现在我遇到了一个关于缺少字体的错误,如下所述这里我想使用 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).'
这是我真正的问题吗?我必须手动安装 texlive 2014 吗?在全新的操作系统中,存储库软件包怎么可能过时到不再受支持?
我希望你能帮助我。提前谢谢。
答案1
如果您希望继续使用 TeXLive 2013,请更改您的存储库:
tlmgr option repository ftp://tug.org/historic/systems/texlive/2013/tlnet-final
您还可以轻松更新至 TeXLive 2014 和再次安装 TeXLive2013 中的所有软件包。
全新操作系统的存储库软件包怎么会过时到不再受支持呢?
TexLive 2014 于 6 月发布(因此 4 月无法包含在 Ubuntu 14.04 中)。TexLive 2013 自 2014 年 7 月起不再受支持(似乎所有 CTAN 镜像都遵循此弃用,tug.org/historic 除外)。