blob: e6d11a3d0c47adfba5446e057c05b308908111db (
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
33
34
35
36
37
38
39
40
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/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-formatsextra.zip">
<TPM:Name>collection-formatsextra</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Extra formats</TPM:Title>
<TPM:Description>
A collection of TeX `formats', ie large-scale
macro packages designed to be dumped into .fmt file
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>1558</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build>
<TPM:RunPatterns>texmf/tpm/collection-formatsextra.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:RunFiles size="1558">texmf/tpm/collection-formatsextra.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:Package name="alatex"/>
<TPM:Package name="edmac"/>
<TPM:Package name="eplain"/>
<TPM:Package name="lamstex"/>
<TPM:Package name="physe"/>
<TPM:Package name="phyzzx"/>
<TPM:Package name="psizzl"/>
<TPM:Package name="startex"/>
<TPM:Package name="texsis"/>
<TPM:Package name="ytex"/>
<TPM:TLCore name="bin-physe"/>
<TPM:TLCore name="bin-phyzzx"/>
<TPM:TLCore name="bin-texsis"/>
<TPM:TLCore name="collection-basic"/>
</TPM:Requires>
<TPM:Provides>TLCore/collection-formatsextra</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|