blob: 0dae8fa4450a629d5aa039ec2f15d9bd6a90bd4c (
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
|
<!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/peterw.zip">
<TPM:Name>peterw</TPM:Name>
<TPM:Type>Package</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>Peter Wilson packages</TPM:Title>
<TPM:Description>Some small LaTeX packages by Peter Wilson</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>4952</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="4952">
texmf-dist/tex/latex/peterw/ifmtarg.sty
texmf-dist/tex/latex/peterw/midpage.sty
texmf-dist/tex/latex/peterw/nextpage.sty
texmf-dist/tpm/peterw.tpm
</TPM:RunFiles>
<TPM:Provides>Package/peterw</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|