summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html
new file mode 100644
index 00000000000..452c465d1d5
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-run-fn-nos.html
@@ -0,0 +1,25 @@
+<head>
+<title>UK TeX FAQ -- question label run-fn-nos</title>
+</head><body>
+<h3>Not resetting footnote numbers per chapter</h3>
+<p/>Some classes (for example, <i>book</i> and <i>report</i>) set up a
+different set of footnotes per chapter, by resetting the footnote
+number at the start of the chapter. This is essentially the same
+action as that of
+<a href="FAQ-running-nos.html">equation, figure and table numbers</a>,
+except that footnote numbers don&rsquo;t get &ldquo;decorated&rdquo; with the chapter
+number, as happens with those other numbers.
+<p/>The solution is the same: use the <i>chngcntr</i> package; since the
+numbers aren&rsquo;t &ldquo;decorated&rdquo; you can use the <code>\</code><code>counterwithout*</code>
+variant; the code:
+<blockquote>
+<pre>
+\counterwithout*{footnote}{chapter}
+</pre>
+</blockquote><p>
+is all you need
+<dl>
+<dt><tt><i>chngcntr.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/chngcntr.sty">macros/latex/contrib/misc/chngcntr.sty</a>
+</dl>
+<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=run-fn-nos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=run-fn-nos</a>
+</body>