blob: fce8e23812fad0752684e75058256acec2929bae (
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 "../../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/shadbox.zip">
<TPM:Name>shadbox</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2000/02/29 14:55:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Shade the background of any box.</TPM:Title>
<TPM:Description>
Two packages that shade the background of any box by
device-independent techniques (based on pixel shading). The two
packages implement alternative pixel positioning algorithms.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Dmitry A. Glazkov</TPM:Author>
<TPM:Size>5627</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="5627">
texmf-dist/tex/latex/shadbox/shadbox.sty
texmf-dist/tex/latex/shadbox/shadbox1.sty
texmf-dist/tpm/shadbox.tpm
</TPM:RunFiles>
<TPM:Provides>Package/shadbox</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|