blob: c26461e9eb87ee869799593388b9beb5e3e3d93d (
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
|
<!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-langnorwegian.zip">
<TPM:Name>collection-langnorwegian</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>Norwegian</TPM:Title>
<TPM:Description>Essential Norwegian</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>1137</TPM:Size>
<TPM:Build>
<TPM:RunPatterns>texmf/tpm/collection-langnorwegian.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:RunFiles size="1137">texmf/tpm/collection-langnorwegian.tpm</TPM:RunFiles>
<TPM:Requires>
<TPM:TLCore name="collection-basic"/>
<TPM:TLCore name="hyphen-norwegian"/>
</TPM:Requires>
<TPM:Installation>
<TPM:Execute function="BuildLanguageDat" parameter="no"/>
</TPM:Installation>
<TPM:Provides>TLCore/collection-langnorwegian</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|