blob: 5584bbe6db08fa2436e035ea2ae5b1179c16607a (
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
|
<!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-genericrecommended.zip">
<TPM:Name>collection-genericrecommended</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>Miscellaneous generic macros</TPM:Title>
<TPM:Description>
This is a mixed bag of macro packages and fonts which do not seem
to belong elsewhere
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>1271</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build>
<TPM:RunPatterns>texmf/tpm/collection-genericrecommended.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:RunFiles size="1271">texmf/tpm/collection-genericrecommended.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:Package name="epsf"/>
<TPM:Package name="genmisc"/>
<TPM:Package name="ifxetex"/>
<TPM:Package name="multido"/>
<TPM:TLCore name="collection-basic"/>
</TPM:Requires>
<TPM:Provides>TLCore/collection-genericrecommended</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|