Ich habe mit einer grundlegenden TeXlive 2014-Installation auf dem Mac begonnen.
Kürzlich bin ich auf die Notwendigkeit der Programme tftopl und pltotf gestoßen. Soweit ich das beurteilen kann, sollten sie im texware
Paket enthalten sein. Die Paketbeschreibung lautet:
Grundlegende Dienstprogramme, darunter: - dvitype, das eine TeX-Ausgabedatei (DVI) in eine reine Textdatei konvertiert (siehe auch die DVI Text Language Suite); - pooltype, das die „Pool“-Datei (String) eines TeX-Suite-Programms in eine für Menschen lesbare Form konvertiert; und - tftopl und pltotf, die TeX Font Metric-Dateien (TFM) in für Menschen lesbare Property List-Dateien (PL) und umgekehrt konvertieren.
Nach der erfolgreichen Installation des texware
Pakets mit tlmgr
sind die Programme tftopl und pltotf nirgends zu finden. Dies wird bestätigt durch 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
Es scheint also, dass tftopl/pltotf nicht mehr Teil des texware
Pakets sind. Ich habe überprüft, dass sie im Archiv nicht vorhanden sind, es handelt sich also nicht um eine fehlerhafte Installation auf meinem System.
Wie können diese Programme zu einer Basisinstallation hinzugefügt werden?
Antwort1
Sie sind in fontware
, Teil voncollection-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
Derabhängige Paketewerden automatisch basierend auf dem Hostsystem installiert, eine manuelle Installation sollte daher nicht erforderlich sein.