blob: 027cd817e0d39fcdfdb548601c88833bbc3c8b6a (
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
41
42
43
44
45
46
47
48
|
<!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/scheme-medium.zip">
<TPM:Name>scheme-medium</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>popineau</TPM:Creator>
<TPM:Title>TeX Live medium scheme</TPM:Title>
<TPM:Description>
This is the medium TeX Live collection: it holds
a sufficient set of files for a usable installation, but omits many
additional packages.
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>2092</TPM:Size>
<TPM:Flags default="yes"/>
<TPM:Build>
<TPM:RunPatterns>texmf/tpm/scheme-medium.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:RunFiles size="2092">texmf/tpm/scheme-medium.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:TLCore name="collection-basic"/>
<TPM:TLCore name="collection-binextra"/>
<TPM:TLCore name="collection-context"/>
<TPM:TLCore name="collection-documentation-english"/>
<TPM:TLCore name="collection-fontbin"/>
<TPM:TLCore name="collection-fontsrecommended"/>
<TPM:TLCore name="collection-langczechslovak"/>
<TPM:TLCore name="collection-langdutch"/>
<TPM:TLCore name="collection-langfrench"/>
<TPM:TLCore name="collection-langgerman"/>
<TPM:TLCore name="collection-langitalian"/>
<TPM:TLCore name="collection-langpolish"/>
<TPM:TLCore name="collection-langportuguese"/>
<TPM:TLCore name="collection-langspanish"/>
<TPM:TLCore name="collection-langukenglish"/>
<TPM:TLCore name="collection-latex"/>
<TPM:TLCore name="collection-latexrecommended"/>
<TPM:TLCore name="collection-mathextra"/>
<TPM:TLCore name="collection-metapost"/>
<TPM:TLCore name="collection-texinfo"/>
<TPM:TLCore name="collection-xetex"/>
</TPM:Requires>
<TPM:Provides>TLCore/scheme-medium</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|