blob: 6b464968ed9ea6290be6d291eb71b62f60b94bf8 (
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
41
42
|
<!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/makeindex.zip">
<TPM:Name>makeindex</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2000/04/06 08:37:33</TPM:Date>
<TPM:Version>5.94a</TPM:Version>
<TPM:Creator>popineau</TPM:Creator>
<TPM:Title>
Process index output to produce typesettable code.
</TPM:Title>
<TPM:Description>
A general purpose hierarchical index generator; it accepts
one or more input files (often produced by a text formatter
such as TeX or troff), sorts the entries, and produces an
output file which can be formatted. The formats of the input
and output files are specified in a style file; by default,
input is assumed to be an idx file, as generated by LaTeX.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Pehong Chen and Nelson H. F. Beebe</TPM:Author>
<TPM:Size>115703</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="8819">
texmf-dist/makeindex/base/din.ist
texmf-dist/makeindex/base/icase.ist
texmf-dist/makeindex/base/latex.ist
texmf-dist/makeindex/base/math.ist
texmf-dist/makeindex/base/mkind.ist
texmf-dist/makeindex/base/puncts.ist
texmf-dist/makeindex/base/tex.ist
texmf-dist/tpm/makeindex.tpm
</TPM:RunFiles>
<TPM:DocFiles size="106884">
texmf-dist/doc/makeindex/base/ind.dvi
texmf-dist/doc/makeindex/base/makeindex.dvi
</TPM:DocFiles>
<TPM:Provides>Package/makeindex</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|