blob: 79c7191d2116143ef45929a67d2773ac1cb31b2b (
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
<!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-full.zip">
<TPM:Name>scheme-full</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>popineau</TPM:Creator>
<TPM:Title>TeX Live full scheme</TPM:Title>
<TPM:Description>
This is the full TeX Live collection: it holds
all the files available.
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>5136</TPM:Size>
<TPM:Build>
<TPM:RunPatterns>texmf/tpm/scheme-full.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:RunFiles size="5136">texmf/tpm/scheme-full.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:TLCore name="collection-basic"/>
<TPM:TLCore name="collection-bibtexextra"/>
<TPM:TLCore name="collection-binextra"/>
<TPM:TLCore name="collection-context"/>
<TPM:TLCore name="collection-documentation-base"/>
<TPM:TLCore name="collection-documentation-bulgarian"/>
<TPM:TLCore name="collection-documentation-czechslovak"/>
<TPM:TLCore name="collection-documentation-dutch"/>
<TPM:TLCore name="collection-documentation-english"/>
<TPM:TLCore name="collection-documentation-finnish"/>
<TPM:TLCore name="collection-documentation-french"/>
<TPM:TLCore name="collection-documentation-german"/>
<TPM:TLCore name="collection-documentation-greek"/>
<TPM:TLCore name="collection-documentation-italian"/>
<TPM:TLCore name="collection-documentation-japanese"/>
<TPM:TLCore name="collection-documentation-korean"/>
<TPM:TLCore name="collection-documentation-mongolian"/>
<TPM:TLCore name="collection-documentation-polish"/>
<TPM:TLCore name="collection-documentation-portuguese"/>
<TPM:TLCore name="collection-documentation-russian"/>
<TPM:TLCore name="collection-documentation-spanish"/>
<TPM:TLCore name="collection-documentation-thai"/>
<TPM:TLCore name="collection-documentation-turkish"/>
<TPM:TLCore name="collection-documentation-ukrainian"/>
<TPM:TLCore name="collection-documentation-vietnamese"/>
<TPM:TLCore name="collection-fontbin"/>
<TPM:TLCore name="collection-fontsextra"/>
<TPM:TLCore name="collection-fontsrecommended"/>
<TPM:TLCore name="collection-formatsextra"/>
<TPM:TLCore name="collection-games"/>
<TPM:TLCore name="collection-genericextra"/>
<TPM:TLCore name="collection-genericrecommended"/>
<TPM:TLCore name="collection-graphicstools"/>
<TPM:TLCore name="collection-htmlxml"/>
<TPM:TLCore name="collection-humanities"/>
<TPM:TLCore name="collection-langafrican"/>
<TPM:TLCore name="collection-langarab"/>
<TPM:TLCore name="collection-langarmenian"/>
<TPM:TLCore name="collection-langcjk"/>
<TPM:TLCore name="collection-langcroatian"/>
<TPM:TLCore name="collection-langcyrillic"/>
<TPM:TLCore name="collection-langczechslovak"/>
<TPM:TLCore name="collection-langdanish"/>
<TPM:TLCore name="collection-langdutch"/>
<TPM:TLCore name="collection-langfinnish"/>
<TPM:TLCore name="collection-langfrench"/>
<TPM:TLCore name="collection-langgerman"/>
<TPM:TLCore name="collection-langgreek"/>
<TPM:TLCore name="collection-langhebrew"/>
<TPM:TLCore name="collection-langhungarian"/>
<TPM:TLCore name="collection-langindic"/>
<TPM:TLCore name="collection-langitalian"/>
<TPM:TLCore name="collection-langlatin"/>
<TPM:TLCore name="collection-langmanju"/>
<TPM:TLCore name="collection-langmongolian"/>
<TPM:TLCore name="collection-langnorwegian"/>
<TPM:TLCore name="collection-langother"/>
<TPM:TLCore name="collection-langpolish"/>
<TPM:TLCore name="collection-langportuguese"/>
<TPM:TLCore name="collection-langspanish"/>
<TPM:TLCore name="collection-langswedish"/>
<TPM:TLCore name="collection-langtibetan"/>
<TPM:TLCore name="collection-langukenglish"/>
<TPM:TLCore name="collection-langvietnamese"/>
<TPM:TLCore name="collection-latex"/>
<TPM:TLCore name="collection-latex3"/>
<TPM:TLCore name="collection-latexextra"/>
<TPM:TLCore name="collection-latexrecommended"/>
<TPM:TLCore name="collection-mathextra"/>
<TPM:TLCore name="collection-metapost"/>
<TPM:TLCore name="collection-music"/>
<TPM:TLCore name="collection-omega"/>
<TPM:TLCore name="collection-pictures"/>
<TPM:TLCore name="collection-plainextra"/>
<TPM:TLCore name="collection-pstricks"/>
<TPM:TLCore name="collection-psutils"/>
<TPM:TLCore name="collection-publishers"/>
<TPM:TLCore name="collection-science"/>
<TPM:TLCore name="collection-texinfo"/>
<TPM:TLCore name="collection-ttfutils"/>
<TPM:TLCore name="collection-xetex"/>
</TPM:Requires>
<TPM:Provides>TLCore/scheme-full</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|