私は Mac に基本的な TeXlive 2014 をインストールすることから始めました。
最近、tftopl と pltotf プログラムの必要性に気付きました。私の知る限り、これらはパッケージで提供されるはずですtexware
。パッケージの説明には次のように書かれています。
基本的なユーティリティ プログラムには、次のものが含まれます。 - dvitype は、TeX 出力 (DVI) ファイルをプレーン テキスト ファイルに変換します (DVI テキスト言語スイートも参照)。 - pooltype は、TeX スイート プログラムの「プール」(文字列) ファイルを人間が読める形式に変換します。 - tftopl および pltotf は、TeX フォント メトリック (TFM) ファイルを人間が読めるプロパティ リスト (PL) ファイルに変換し、その逆も行います。
texware
を使用してパッケージを正常にインストールした後tlmgr
、tftopl および pltotf プログラムがどこにも見つかりません。これは、次の方法で確認できますtlmgr info texware --list
。
package: texware
category: TLCore
shortdesc: Utility programs for use with TeX.
longdesc: ...
installed: Yes
revision: 33736
sizes: bin: 437k
relocatable: No
cat-date: 2014-02-26 23:03:13 +0100
cat-license: knuth
collection: collection-binextra
Included files, by type:
depending package texware.universal-darwin:
bin files (all platforms):
bin/universal-darwin/dvitype
bin/universal-darwin/pooltype
depending package texware.x86_64-darwin:
bin files (all platforms):
bin/x86_64-darwin/dvitype
bin/x86_64-darwin/pooltype
したがって、tftopl/pltotf はパッケージの一部ではなくなったようですtexware
。アーカイブに存在しないことを確認したので、システムのインストールに問題があるわけではありません。
これらのプログラムを基本インストールに追加するにはどうすればよいですか?
答え1
彼らはfontware
、collection-fontutils
> tlmgr info fontware --list
package: fontware
category: TLCore
installed: Yes
revision: 33736
sizes: doc: 49k, bin: 1149k
relocatable: No
collection: collection-fontutils
Included files, by type:
doc files:
texmf-dist/doc/man/man1/pltotf.1
texmf-dist/doc/man/man1/pltotf.man1.pdf
texmf-dist/doc/man/man1/tftopl.1
texmf-dist/doc/man/man1/tftopl.man1.pdf
texmf-dist/doc/man/man1/vftovp.1
texmf-dist/doc/man/man1/vftovp.man1.pdf
texmf-dist/doc/man/man1/vptovf.1
texmf-dist/doc/man/man1/vptovf.man1.pdf
depending package fontware.universal-darwin:
bin files (all platforms):
bin/universal-darwin/pltotf
bin/universal-darwin/tftopl
bin/universal-darwin/vftovp
bin/universal-darwin/vptovf
depending package fontware.x86_64-darwin:
bin files (all platforms):
bin/x86_64-darwin/pltotf
bin/x86_64-darwin/tftopl
bin/x86_64-darwin/vftovp
bin/x86_64-darwin/vptovf
の依存パッケージホストシステムに基づいて自動的にインストールされるため、手動でインストールする必要はありません。