diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-07 22:47:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-07 22:47:28 +0000 |
commit | 3f1971c9b7717818766692c9aa497e20e7472f2c (patch) | |
tree | 678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html | |
parent | c7c3b090320a234149dbe23315e2a15a2773ac79 (diff) |
FAQ-en 3.19d (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html index 0087b886837..52902737d54 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html @@ -13,17 +13,17 @@ method can be employed: find how many words there are on a full page; find how many full pages there are in the document (allowing for displays of various sorts, this number will probably not be an integer); multiply the two. However, if the document to be submitted -is to determine the success of the rest of one’s life, it takes a +is to determine the success of the rest of one’s life, it takes a brave person to thumb their nose at authority quite so -comprehensively… +comprehensively… <p/>The simplest method is to strip out the (La)TeX markup, and to count -what’s left. On a Unix-like system, this may be done using +what’s left. On a Unix-like system, this may be done using <i>detex</i> and the built-in <i>wc</i>: <pre> - detex <filename> | wc -w + detex <filename> | wc -w </pre> The <i>latexcount</i> script does the same sort of job, in one -“step”; being a <i>perl</i> script, it is in principle rather +“step”; being a <i>perl</i> script, it is in principle rather easily configured (see documentation inside the script). <i>Winedt</i> (see <a href="FAQ-editors.html">editors and shells</a>) provides this functionality direct in the Windows environment. |