diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-11 23:18:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-11 23:18:35 +0000 |
commit | 9b684b3b2ac7c400604e24a6702815e16f51ea87 (patch) | |
tree | af22f53769ff615be1bf8ea35c34200844df9002 /Master/texmf-dist/doc/latex | |
parent | 611022b6b75a9f844b019178ff1f4b46228205c6 (diff) |
wordcount (3jun16)
git-svn-id: svn://tug.org/texlive/trunk@41381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/wordcount/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/wordcount/README b/Master/texmf-dist/doc/latex/wordcount/README new file mode 100644 index 00000000000..2a3ff0e1734 --- /dev/null +++ b/Master/texmf-dist/doc/latex/wordcount/README @@ -0,0 +1,20 @@ +wordcount 2016/06/03 v1.7 + + +The package 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. + +Following Michael's death, his family have requested that his TeX +related files are made publicly available under the LPPL license. + + +The wordcount package is available under the +LaTeX Project Public License version 1 +or (at your option) any later version. +https://latex-project.org/lppl/ +(LPPL maintenance status: unmaintained) + |