summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html
index c629c881aa0..c3f4bb9993b 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-labelctr.html
@@ -5,7 +5,7 @@
<p/>Suppose we have a LaTeX counter, which we&rsquo;ve defined with
<code>\</code><code>newcounter{foo}</code>. We can increment the value of the counter
by <code>\</code><code>addtocounter{foo}{1}</code>, but that&rsquo;s pretty clunky for an
-operation that happens so often ... so there&rsquo;s a command
+operation that happens so often &hellip; so there&rsquo;s a command
<code>\</code><code>stepcounter{foo}</code> that does this special case of
increasing-by-one.
<p/>There&rsquo;s an internal LaTeX variable, the &ldquo;current label&rdquo;, that