[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:32261] Re: woody: ptex-bin が tetex-bin の upgrade 後に使えなくなる
植野@Hirosima です。
>今日 woody 環境で tetex-bin をアップグレードしたら、platex を実行した
>ところ
> ! LaTeX Error: File `jarticle.cls' not found.
> なエラーでコンパイルが通らなくなっていました。
>すみません、解決しちゃったので原因追求はしていないのですが、一応現象の
>報告まで。
/usr/share/texmf/web2c/texmf.cnf が
% LaTeX 2e specific macros are stored in latex/, macros that can only be
% used with 2.09 in latex209/. In addition, we look in the directory
% latex209, useful for macros that were written for 2.09 and do not
% mention 2e at all, but can be used with 2e.
TEXINPUTS.cslatex = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}//
TEXINPUTS.platex = .;$TEXMF/tex/{platex,latex,generic,}//
^^^^
TEXINPUTS.latex = .;$TEXMF/tex/{latex,generic,}//
TEXINPUTS.latex209 = .;$TEXMF/tex/{latex209,generic,latex,}//
のようになっていますから、platex のパスを以下のよに修正すればコンパイル
出来るようになると思いますが。
TEXINPUTS.platex = .;$TEXMF/ptex/{platex,latex,generic,}//
^^^^^
---------------------------------
Sadao Ueno < hqd@xxxxxxxxxxxxxx >
---------------------------------