显然,我使用Tex Live作为我的LaTeX发行版:
martin@martin-XPS-8300:~$ pdflatex -v
pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) kpathsea version
6.1.0 Copyright 2012 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX copyright and the Lesser GNU
General Public License. For more information about these matters, see
the file named COPYING and the pdfTeX source. Primary author of
pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Compiled
with libpng 1.2.49; using libpng 1.2.49 Compiled with zlib 1.2.7;
using zlib 1.2.7 Compiled with poppler version 0.20.5
我想使用本指南安装其他软件包。
他们说:
手动安装TeX Live后,使用tlmgr分别管理软件包。
tlmgr install <package1> <package2> ...
tlmgr remove <package1> <package2> ...
但是当我尝试:
tlmgr install algorithm2e
我得到:
tlmgr: command not found
我似乎也没有~/texmf
文件夹,只有一个~/.texmf-var
文件夹。我的安装是否损坏或我做错了什么?
编辑:
我发现我实际上有一个
/usr/local/share/texmf
编辑2:
命令:
apt-cache policy texlive
结果是:
texlive:
Installed: 2012.20120611-5
Candidate: 2012.20120611-5
Version table:
*** 2012.20120611-5 0
500 http://jp.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status
夹。
apt-cache policy texlive
?
/usr/local/share/texmf
我认为,如果您将我链接到的软件包放到那也应该工作。然后运行sudo texhash
。