diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-14 00:56:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-14 00:56:47 +0000 |
commit | 13328a265ebe4ef58c26ab99e0c071edb0ca0195 (patch) | |
tree | 604fbea81411a5bda1ff25d9cd6ee5dd75acd761 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html | |
parent | da29691fd87e0073830e9d11a1dccd9725f01cc6 (diff) |
3.16c+html
git-svn-id: svn://tug.org/texlive/trunk@2723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html index 116a7e58116..009eb58bd82 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html @@ -13,21 +13,21 @@ 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... <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 </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. -<p>Simply stripping (La)TeX markup isn't entirely reliable, however: +<p>Simply stripping (La)TeX markup isn’t entirely reliable, however: that markup itself may contribute typeset words, and this could be a problem. The <i>wordcount</i> package contains a Bourne shell (i.e., typically Unix) script for running a |