blob: 23e610e06e1572034e8f54a1e5269719fcfccd33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/TLCore/collection-fontbin.zip">
<TPM:Name>collection-fontbin</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>2005/11/01 23:52:02</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>TeX font-related programs</TPM:Title>
<TPM:Description>
Programs for conversion between font formats, testing fonts
(virtual fonts stuff, .gf and .pk manipulation,
mft, fontinst, etc.)
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>1268</TPM:Size>
<TPM:Build>
<TPM:RunPatterns>texmf/tpm/collection-fontbin.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:RunFiles size="1268">texmf/tpm/collection-fontbin.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:TLCore name="bin-afm2pl"/>
<TPM:TLCore name="bin-fontware"/>
<TPM:TLCore name="bin-ps2pkm"/>
<TPM:TLCore name="collection-basic"/>
<TPM:Package name="fontinst"/>
<TPM:Package name="mft"/>
</TPM:Requires>
<TPM:Provides>TLCore/collection-fontbin</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|