blob: fc936155db10f92bc02fe5c4b2893157b64a38e0 (
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
|
<!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/Package/cool.zip">
<TPM:Name>cool</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/12/31 23:31:51</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>karl</TPM:Creator>
<TPM:Title>The cool package.</TPM:Title>
<TPM:Description></TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>836072</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="77192">
texmf-dist/tex/latex/cool/cool.sty
texmf-dist/tpm/cool.tpm
</TPM:RunFiles>
<TPM:DocFiles size="573564">
texmf-dist/doc/latex/cool/Content_LaTeX_Package_Demo.pdf
texmf-dist/doc/latex/cool/Content_LaTeX_Package_Demo.tex
texmf-dist/doc/latex/cool/README
texmf-dist/doc/latex/cool/cool.pdf
</TPM:DocFiles>
<TPM:SourceFiles size="185316">
texmf-dist/source/latex/cool/cool.dtx
texmf-dist/source/latex/cool/cool.ins
</TPM:SourceFiles>
<TPM:Provides>Package/cool</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|