blob: cd3f71f42514a6e8bbe77797198e872e47e5d182 (
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
|
<!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/multirow.zip">
<TPM:Name>multirow</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/09 00:44:40</TPM:Date>
<TPM:Version>1.5</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Creates tabular cells spanning multiple rows.</TPM:Title>
<TPM:Description>
Includes an option for specifying multirows with a ``natural''
column width.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Piet van Oostrum</TPM:Author>
<TPM:Size>18194</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="13079">
texmf-dist/tex/latex/multirow/bigdelim.sty
texmf-dist/tex/latex/multirow/bigstrut.sty
texmf-dist/tex/latex/multirow/multirow.sty
texmf-dist/tpm/multirow.tpm
</TPM:RunFiles>
<TPM:DocFiles size="5115">texmf-dist/doc/latex/multirow/README</TPM:DocFiles>
<TPM:Provides>Package/multirow</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|