summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
committerKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
commit3f1971c9b7717818766692c9aa497e20e7472f2c (patch)
tree678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-wordcount.html
parentc7c3b090320a234149dbe23315e2a15a2773ac79 (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.html10
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&rsquo;s life, it takes a
+is to determine the success of the rest of one&#8217;s life, it takes a
brave person to thumb their nose at authority quite so
-comprehensively&hellip;
+comprehensively&#8230;
<p/>The simplest method is to strip out the (La)TeX markup, and to count
-what&rsquo;s left. On a Unix-like system, this may be done using
+what&#8217;s left. On a Unix-like system, this may be done using
<i>detex</i> and the built-in <i>wc</i>:
<pre>
- detex &lt;filename&gt; | wc -w
+ detex &#60;filename&#62; | wc -w
</pre>
The <i>latexcount</i> script does the same sort of job, in one
-&ldquo;step&rdquo;; being a <i>perl</i> script, it is in principle rather
+&#8220;step&#8221;; 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.