我正在尝试texlive-publishers
通过 安装 latex 包tlmgr
。在谷歌搜索并修复了一些错误后,我得到了这个:
(running on Debian, switching to user mode!)
tlmgr: package repository http://ftp.heanet.ie/pub/CTAN/tex/systems/texlive/tlnet
package texlive-publishers not present in package repository.
当我尝试使用
sudo tlmgr install texlive-publishers
到这里我已无法继续。我还尝试过手动安装,但没有成功(无论如何我还是宁愿用正常方式安装)。
有任何想法吗?
编辑:我尝试了一些新的东西:
sudo apt-get install texlive-publishers
似乎有效;然而我得到了
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
preview-latex-style texlive-latex-extra texlive-latex-extra-doc texlive-publishers- doc
Suggested packages:
python-pygments libfile-which-perl
The following NEW packages will be installed:
preview-latex-style texlive-latex-extra texlive-latex-extra-doc texlive-publishers texlive-publishers-doc
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 416 MB of archives.
After this operation, 619 MB of additional disk space will be used
我真的需要使用 619 MB 的空间来获取此软件包吗?我可以跳过“建议的软件包”或其他东西吗?
答案1
是的,您应该使用它来安装apt-get
,这是最简单、最干净的方法。
完整的TexLive 作品,加上额外的软件包需要超过 1 GB 的空间。如果你有空间,我建议安装它。否则你总会遇到缺少 LaTeX 软件包的情况。