blob: cc37b1295dc79b5dbe40788cc7878220bafde9e9 (
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 "../../Tools/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/envbig.zip">
<TPM:Name>envbig</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/12 23:54:53</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Printing addresses on envelopes.</TPM:Title>
<TPM:Description>
A simple package, that prints both 'from' and 'to' addresses.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>2191</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="2191">
texmf-dist/tex/latex/envbig/envbig.sty
texmf-dist/tpm/envbig.tpm
</TPM:RunFiles>
<TPM:Provides>Package/envbig</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|