blob: b57bdd34b66ae62aa8287d8f93cb4a6f1b022dfa (
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
|
<!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/cmdtrack.zip">
<TPM:Name>cmdtrack</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:51:48</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Check used commands</TPM:Title>
<TPM:Description>
Aids in the task of checking whether a command defined
in a document preamble is actually used somewhere in the
document. If you add a statement to use the package cmdtrack
to the preamble of your document, all `newcommand' and similar
statements between that point and the beginning of the document
will be marked for logging. At the end of the document a
report of the command usage will be printed in the TeX log,
for example: mdash was used on line 25; ndash was never used.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Michael J. Downes</TPM:Author>
<TPM:Size>24656</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="8109">
texmf-dist/tex/latex/cmdtrack/cmdtrack.sty
texmf-dist/tpm/cmdtrack.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="16547">
texmf-dist/source/latex/cmdtrack/cmdtrack.dtx
texmf-dist/source/latex/cmdtrack/cmdtrack.ins
</TPM:SourceFiles>
<TPM:Provides>Package/cmdtrack</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|