blob: 68a9017a58b179f69d4e70db2d4788895b4bd3b2 (
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
|
<!DOCTYPE rdf:RDF SYSTEM "../../Tools/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/pbox.zip">
<TPM:Name>pbox</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:56:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>A variable-width \parbox command.</TPM:Title>
<TPM:Description>
Defines a command
\pbox{&lt;max width&gt;}{&lt;text&gt;} which
adjusts its width to that of the enclosed text, up to the maximum
width given.
The package also defines some associated length commands.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>42874</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="3625">
texmf-dist/tex/latex/pbox/pbox.sty
texmf-dist/tpm/pbox.tpm
</TPM:RunFiles>
<TPM:DocFiles size="562">texmf-dist/doc/latex/pbox/README</TPM:DocFiles>
<TPM:SourceFiles size="38687">
texmf-dist/source/latex/pbox/AUTHORS
texmf-dist/source/latex/pbox/COPYING
texmf-dist/source/latex/pbox/ChangeLog
texmf-dist/source/latex/pbox/INSTALL
texmf-dist/source/latex/pbox/Makefile
texmf-dist/source/latex/pbox/pbox.drv
texmf-dist/source/latex/pbox/pbox.dtx
texmf-dist/source/latex/pbox/pbox.ins
</TPM:SourceFiles>
<TPM:Provides>Package/pbox</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|