我是新来的,所以我希望我的要求是正确的。
我有以下问题:在我的Ubuntu14.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安装丢失的包(S)。不幸的是,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吗?在全新的OS存储库中,包已经过时到不再受支持的程度,这是怎么可能的?
我希望你能帮我这个忙。提前谢谢。
发布于 2014-08-11 20:25:31
如果您希望继续使用TeXLive 2013,请更改您的存储库:
tlmgr option repository ftp://tug.org/historic/systems/texlive/2013/tlnet-final您还可以轻松地更新到TeXLive 2014和再次安装TeXLive2013中的所有软件包。
在全新的OS存储库中,包已经过时到不再受支持的程度,这是怎么可能的?
TexLive 2014于6月份发布(因此4月份无法包含在Ubuntu14.04中)。自2014年7月起,不再支持TexLive 2013年(似乎除了tug.org/历史性外,所有CTAN镜像都遵循这一贬义)。
https://askubuntu.com/questions/493265
复制相似问题