blob: 3a4d54b0af6e9f1b8297e048d43a2b6631ee219d (
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
|
<!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/wrapfig.zip">
<TPM:Name>wrapfig</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/09 00:49:07</TPM:Date>
<TPM:Version>3.6 2003/01/31</TPM:Version>
<TPM:Creator>karl</TPM:Creator>
<TPM:Title>Produces figures which text can flow around.</TPM:Title>
<TPM:Description>
Allows figures to have text wrapped around them. Does not work
in combination with list environments, but can be used in a
parbox or minipage, and in twocolumn format. Supports the float
package.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Donald Arseneau</TPM:Author>
<TPM:Size>32767</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="27425">
texmf-dist/tex/latex/wrapfig/wrapfig.sty
texmf-dist/tpm/wrapfig.tpm
</TPM:RunFiles>
<TPM:DocFiles size="5342">
texmf-dist/doc/latex/wrapfig/multiple-span.txt
</TPM:DocFiles>
<TPM:Provides>Package/wrapfig</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|