Arch Linuxのtexliveパッケージを使ってptexlive2009をインストール
コンテンツ
とりあえず成功した。
ptexliveのwikiに報告しておいた。詳しくは以下で。
多分、texliveのDVDは使用しなくてもよいはず。
texlive-20091011-source.tar.xzをしかるべき場所からダウンロードして、
ptexlive.cfgのSRC_TARを適切に設定し、
1check-archive.shで警告がでないようにすればよいはず。
インストール後の雑多な設定
- /etc/profile.d/ptexlive.shにPATHの設定
- /usr/local/texlive/p2009/texmf/xdvi/pxdvi.cfgに日本語フォントの設定
- /usr/share/ghostscript/8.70/Resource/Init/cidfmapを修正していない場合は修正する。
Arch Linux の texlive パッケージのリンク切れ
実はリンク切れ多発。これはよいのですかね、このままで。ディストリビューション的にはよくない気がする。
% find /usr/bin -type l | (while read FN ; do test -e "$FN" || ls -l "$FN" ; done) |cut -d ' ' -f 8-10 /usr/bin/latexdiff -> /usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl /usr/bin/findhyph -> /usr/share/texmf-dist/scripts/findhyph/findhyph /usr/bin/latexrevise -> /usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl /usr/bin/listings-ext.sh -> /usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh /usr/bin/pst2pdf -> /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl /usr/bin/latexdiff-vc -> /usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl /usr/bin/texdiff -> /usr/share/texmf-dist/scripts/texdiff/texdiff /usr/bin/perltex -> /usr/share/texmf-dist/scripts/perltex/perltex
% find /usr/bin -type l | (while read FN ; do test -e "$FN" || pac -Qo "$FN" ; done) /usr/bin/latexdiff is owned by texlive-bin 2009.5-2 /usr/bin/findhyph is owned by texlive-bin 2009.5-2 /usr/bin/latexrevise is owned by texlive-bin 2009.5-2 /usr/bin/listings-ext.sh is owned by texlive-bin 2009.5-2 /usr/bin/pst2pdf is owned by texlive-pstricks 2009.16633-1 /usr/bin/latexdiff-vc is owned by texlive-bin 2009.5-2 /usr/bin/texdiff is owned by texlive-bin 2009.5-2 /usr/bin/perltex is owned by texlive-latexextra 2009.16666-1
これは、必要になったらでよいか。
作成者 Toru Mano
最終更新時刻 2023-01-01 (c70d5a1)