LaTeXのインストールメモ

LateXを小林さんページを参考にインストール

1."ISOイメージを保持するディレクトリ"をtempとした。

2.3.4.5.は小林さんページと同じ。

6.パスは"~/.bashrc"に直接畫きこんだ。

$emacs ~/.bashrc
 # set PATHs for TeX Live 2013
 export MANPATH=/usr/local/texlive/2013/texmf-dist/doc/man:$MANPATH
 export INFOPATH=/usr/local/texlive/2013/texmf-dist/doc/info:$INFOPATH
 export PATH=/usr/local/texlive/2013/bin/x86_64-linux:$PATH
 を追加
$source ~/.bashrc
 %変更を反映させる

7.platexのバージョン確認は小林さんんページと同様

8.

8-1,2   pxdvi,gvのインストールは小林さんページと同じでOK

8-3.Adobe Readerはうまくいかない
$which evince
で"evince"が入っていることが確認されたのでそれで良いことにする。

11.Ghostscriptの日本語対応OK

9.実際に"test.tex"をコンパイルしてみる。
9.1 platexはOK
9.2 pxdviはwarningが4つでた。

$ xdvi test.dvi
Warning: Cannot convert string "-*-helvetica-medium-r-*-*-12-*-*-*-*-*-*" to type FontStruct
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
Warning: Cannot convert string "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*" to type FontStruct

1番目と4番目のものはyumで新たにJISコードをインストールすることで解決

2番目と3番目のものは

$ emacs ~/.bash-profile
%export LANG=ja_JP.eucJP と記述
※これをやるとWarningは消えるが、terminalの日本語表示が文字化けするのでもとに戻した。

9.3 eps画像を貼り付けるとエラーが出た。
--dict:5/14(L)-- F1 16.565 --dict:5/5(L)-- --dict:5/5(L)-- Ryumin-Light-Identity-H --dict:11/12(ro)(G)-- --nostringval-- CIDFontObject --dict:7/7(L)-- --dict:7/7(L)-- Adobe-Japan1 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1862 1 3 %oparray_pop 1861 1 3 %oparray_pop 1845 1 3 %oparray_pop --nostringval-- --nostringval-- 2 1 8 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval-- false 1 %stopped_push --nostringval-- %loop_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- %loop_continue Dictionary stack: --dict:1147/1684(ro)(G)-- --dict:1/20(G)-- --dict:75/200(L)-- --dict:75/200(L)-- --dict:106/127(ro)(G)-- --dict:285/300(ro)(G)-- --dict:22/25(L)-- --dict:4/6(L)-- --dict:21/40(L)-- --dict:6/15(L)-- Current allocation mode is local Last OS error: 2 GPL Ghostscript 8.70: Unrecoverable error, exit code 1
こんな感じの訳が分らないのが出た。この問題はアップデートをすることで解決した。

$ emacs su
# tlmgr update --all

9.4 dvipdfmxはOK.