blob: 5347def5afda9b0b3f440a4b12ddbf1a7538e913 (
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
|
<!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/progress.zip">
<TPM:Name>progress</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/21 00:25:32</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Creates an overview of a documents' state.</TPM:Title>
<TPM:Description>
Progress is a package which. when compiling TeX and LaTeX
documents, generates a HTML file showing an overview of a
documents' state (of how finished it is). The progressReportName
option controls the report filename.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Kasper B. Graversen</TPM:Author>
<TPM:Size>212233</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="14864">
texmf-dist/tex/latex/progress/progress.sty
texmf-dist/tpm/progress.tpm
</TPM:RunFiles>
<TPM:DocFiles size="197369">
texmf-dist/doc/latex/progress/README
texmf-dist/doc/latex/progress/progress.dvi
texmf-dist/doc/latex/progress/progress.tex
texmf-dist/doc/latex/progress/progress20030701.html
texmf-dist/doc/latex/progress/progress20030714.html
</TPM:DocFiles>
<TPM:Provides>Package/progress</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|