[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ASCII pTeX 2.1.10 and its friends
こんにちは、すながわです。
とりあえず以下の状態でcommitします。
○teTeXから一気にmake installするとうまくいかない件は適当な
cookieファイルを使えば回避できそうですので、週末に考えてみ
ます。
○distcleanの件はbsd.pkg.mkを直せばいいようです。
○mendexkを追加しました。
SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp> wrote:
HEO> % mk.confに% LOCALTEXMF = /usr/local/share/texmf
SUNAGAWA> :
HEO> にしておくと良いと思います。これでkpathseaで探してくれ
HEO> るはず。
SUNAGAWA> どうもありがとうございます。そのままいただきます。
普通あるよなーと思ってちょっと調べてみました。
${LOCALBASE}/share/texmf.local/web2c/の中に以下のような記述
がありますので、ローカルの設定は${PREFIX}/share/texmf.local
に書けばいいようです。
---------------
% The main tree, which must be mentioned in $TEXMF, below:
TEXMFMAIN = /usr/pkg/share/texmf
% A place for local additions to a "standard" texmf tree. For example:
TEXMFLOCAL = /usr/pkg/share/texmf.local
% If defined, teTeX's texconfig stores modifications here (instead of the
% TEXMFMAIN tree).
% VARTEXMF = /usr/pkg/share/texmf-var
--
% Now, list all the texmf trees. If you have multiple trees you can
% use shell brace notation, like this:
% TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!$TEXMFMAIN}
% The braces are necessary. If you set VARTEXMF, you also have to
% - list $VARTEXMF in the TEXMF definition;
% - make sure that $VARTEXMF precedes $TEXMFMAIN in the TEXMF definition.
%TEXMF = !!$TEXMFMAIN
TEXMF = {!!$TEXMFLOCAL,!!$TEXMFMAIN}
% The system trees. These are the trees that are shared by all the users.
--
% It may be convenient to define TEXMF like this:
% TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!$TEXMFMAIN,$HOME}
% which allows users to set up entire texmf trees, and tells TeX to
% look in places like ~/tex and ~/bibtex. If you do this, define TEXMFDBS
% like this:
% TEXMFDBS = $HOMETEXMF;$TEXMFLOCAL;$TEXMFMAIN;$VARTEXFONTS
% or mktexlsr will generate an ls-R file for $HOME when called, which is
% rarely desirable. If you do this you'll want to define SYSTEXMF like
% this:
% SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN
% so that fonts from a user's tree won't escape into the global trees.
%
$
---------------
--
砂川恵輝 SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp>
横河電機株式会社 コンポーネント事業部 事業部室
phone: 0422-52-5567, ex. 26975; facsimile: 0422-52-7241