ptexlive のバックアップソース(No.2) - アールメカブ

アールメカブ


ptexlive のバックアップソース(No.2)

[[Texの備忘録]]

ptexLive のインストール

基本的には[[土村さんのサイトからダウンロードした一式:http://tutimura.ath.cx/ptexlive/]]のREADMEの通りにするだけだが,
Ubuntu の場合 sh が dash へのシンボリックリンクなので,
bash に張り替えてやる必要がある.

 $ sudo dpkg-reconfigure dash

を実行して Install dash as /bin/sh? に<いいえ>を選択.元に戻すには再度実行し<はい>
//http://gihyo.jp/admin/serial/01/ubuntu-recipe/0018?page=2

あるいは強引に
 $ cd /bin
 $ sudo rm sh
 $ sudo ln -s bash sh
念のため元に戻すには
 $ sudo -i
 $ sudo rm sh
 $ sudo ln -s dash sh


さもなければ以下のようなエラーに見舞われる

 texlive-source/Work/texk/kpathsea/libkpathsea.la -lm
 eval: 1: libtool_args+=: not found
 eval: 1: compile_command+=: not found