blob: 5f1f317773ae3d28672cbdb2fac2982c85f7cf92 (
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/wordcount.zip">
<TPM:Name>wordcount</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:59:03</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
Estimate the number of words in a LaTeX document.
</TPM:Title>
<TPM:Description>
Provides a relatively easy way of estimating the number of words
in a LaTeX document that does not require dvitty or other DVI
converters; it does however require something like Unix grep -c
that can search a file for a particular string and report the
number of matching lines. An accompanying shell script
wordcount.sh contains more information in its comments.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Michael J. Downes</TPM:Author>
<TPM:Size>11551</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="8637">
texmf-dist/tex/latex/wordcount/wordcount.tex
texmf-dist/tpm/wordcount.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="2914">
texmf-dist/source/latex/wordcount/wordcount.sh
</TPM:SourceFiles>
<TPM:Provides>Package/wordcount</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|