blob: 52921b78759b43d957dadc11f7265d9935c6f2a9 (
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
|
<!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/ltablex.zip">
<TPM:Name>ltablex</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Table package extensions.</TPM:Title>
<TPM:Description>
Modifies the tabularx environment to combine the features
of the tabularx package (auto-sized columns in a fixed width
table) with those of the longtable package (multi-page tables).
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>7016</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="7016">
texmf-dist/tex/latex/ltablex/ltablex.sty
texmf-dist/tpm/ltablex.tpm
</TPM:RunFiles>
<TPM:Provides>Package/ltablex</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|