どうやら、LaTeXディストリビューションとしてTex Liveを使用しているようです。
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
EDIT2:
コマンド:
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
ます。