blob: 29bdf730acf7a5286b03055cebd7a931f1be1ff2 (
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
|
<!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/dpfloat.zip">
<TPM:Name>dpfloat</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/09 00:44:40</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Support for double-page floats.</TPM:Title>
<TPM:Description>
Provides fullpage and leftfullpage environments, that may be
used inside a figure, table, or other float environment. If the
first of a 2-page spread uses a "leftfullpage" environment, the
float will only be typeset on an even-numbered page, and the two
floats will appear side-by-side in a two-sided document.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Jim Fox</TPM:Author>
<TPM:Size>4859</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="3555">
texmf-dist/tex/latex/dpfloat/dpfloat.sty
texmf-dist/tpm/dpfloat.tpm
</TPM:RunFiles>
<TPM:DocFiles size="1304">texmf-dist/doc/latex/dpfloat/README.dpfloat</TPM:DocFiles>
<TPM:Provides>Package/dpfloat</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|