blob: a285843ebddb78afc99128f3f15f5ef5f2d9008f (
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
32
33
34
35
36
37
|
<!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/booktabs.zip">
<TPM:Name>booktabs</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:51:26</TPM:Date>
<TPM:Version>1.61</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Publication quality tables in LaTeX</TPM:Title>
<TPM:Description>
This article describes some additional commands to enhance
the quality of tables in LaTeX. Guidelines are given as to
what constitutes a good table in this context. Version 1.61 of
the booktabs package adds some enhancements to the 1995 release,
most notably longtable compatibility.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Simon Fear</TPM:Author>
<TPM:Size>268409</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="7811">
texmf-dist/tex/latex/booktabs/booktabs.sty
texmf-dist/tpm/booktabs.tpm
</TPM:RunFiles>
<TPM:DocFiles size="213381">
texmf-dist/doc/latex/booktabs/COPYING
texmf-dist/doc/latex/booktabs/README
texmf-dist/doc/latex/booktabs/booktabs.pdf
</TPM:DocFiles>
<TPM:SourceFiles size="47217">
texmf-dist/source/latex/booktabs/booktabs.dtx
texmf-dist/source/latex/booktabs/booktabs.ins
</TPM:SourceFiles>
<TPM:Provides>Package/booktabs</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|