blob: 44ad5d74c41ba67f01f534635b50a4d9d1e74159 (
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
|
<!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/todo.zip">
<TPM:Name>todo</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/21 00:25:32</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Make a to-do list for a document.</TPM:Title>
<TPM:Description>
The package allows you to insert "to do" marks in your document,
to make lists of such items, and to cross-reference to them.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>27675</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="3271">
texmf-dist/tex/latex/todo/todo.sty
texmf-dist/tpm/todo.tpm
</TPM:RunFiles>
<TPM:DocFiles size="13240">texmf-dist/doc/latex/todo/todo.dvi</TPM:DocFiles>
<TPM:SourceFiles size="11164">
texmf-dist/source/latex/todo/todo.dtx
texmf-dist/source/latex/todo/todo.ins
</TPM:SourceFiles>
<TPM:Provides>Package/todo</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|