blob: a44a8660edf75136f52bccc5b8f8238fed4dcf0b (
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
38
39
40
|
<!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/layouts.zip">
<TPM:Name>layouts</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:54:28</TPM:Date>
<TPM:Version>2.4</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
Display various elements of a document's layout.
</TPM:Title>
<TPM:Description>
Display information about a document, including: text
positioning on a page; disposition of floats; layout of
paragraphs, lists, footnotes, table of contents, and sectional
headings; font boxes. Facilities are provided for a document
designer to experiment with the layout parameters.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Peter R. Wilson</TPM:Author>
<TPM:Size>638324</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="105205">
texmf-dist/tex/latex/layouts/layouts.sty
texmf-dist/tpm/layouts.tpm
</TPM:RunFiles>
<TPM:DocFiles size="358760">
texmf-dist/doc/latex/layouts/README
texmf-dist/doc/latex/layouts/layman.pdf
texmf-dist/doc/latex/layouts/layman.tex
</TPM:DocFiles>
<TPM:SourceFiles size="174359">
texmf-dist/source/latex/layouts/layouts.dtx
texmf-dist/source/latex/layouts/layouts.ins
</TPM:SourceFiles>
<TPM:Provides>Package/layouts</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|