blob: 14787f5bd9bef5bcae3253e56d06b81f9e598d18 (
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
|
<!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/paralist.zip">
<TPM:Name>paralist</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:55:54</TPM:Date>
<TPM:Version>2.2</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Enumerate and itemize within paragraphs.</TPM:Title>
<TPM:Description>
Provides enumerate and itemize environments that can be used
within paragraphs to format the items either as running text
or as separate paragraphs with a preceding number or symbol.
Also provides compacted versions of enumerate and itemize.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Bernd Schandl</TPM:Author>
<TPM:Size>80551</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="16032">
texmf-dist/tex/latex/paralist/paralist.sty
texmf-dist/tpm/paralist.tpm
</TPM:RunFiles>
<TPM:DocFiles size="2903">texmf-dist/doc/latex/paralist/README</TPM:DocFiles>
<TPM:SourceFiles size="61616">
texmf-dist/source/latex/paralist/paralist.drv
texmf-dist/source/latex/paralist/paralist.dtx
texmf-dist/source/latex/paralist/paralist.ins
</TPM:SourceFiles>
<TPM:Provides>Package/paralist</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|