summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html
deleted file mode 100644
index 3e331f392b6..00000000000
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<head>
-<title>UK TeX FAQ -- question label ftnsect</title>
-</head><body>
-<h3>Footnotes in LaTeX section headings</h3>
-<p/>The <code>\</code><code>footnote</code> command is fragile, so that simply placing the
-command in <code>\</code><code>section</code>&#8217;s arguments isn&#8217;t satisfactory. Using
-<code>\</code><code>protect</code><code>\</code><code>footnote</code> isn&#8217;t a good idea either: the arguments of a
-section command are used in the table of contents and (more
-dangerously) potentially also in page headers. While footnotes will
-work in the table of contents, it&#8217;s generally not thought a &#8220;good
-thing&#8221; to have them there; in the page header, footnotes will simply
-fail. Whatever the desirability of the matter, there&#8217;s no mechanism
-to suppress the footnote in the page header while allowing it in the table
-of contents, so the footnote may only appear in the section heading itself.
-<p/>To suppress the footnote in headings and table of contents:
-<ul>
-<li> Take advantage of the fact that the mandatory argument doesn&#8217;t
- &#8216;move&#8217; if the optional argument is present:
-<p/> <code>\</code><code>section[title]</code>
- <code>{title</code><code>\</code><code>footnote{title ftnt}</code><code>}</code>
-<li> Use the <i>footmisc</i> package, with package option
- <code>stable</code> &#8212; this modifies footnotes so that they softly and
- silently vanish away if used in a moving argument. With this, you
- simply need:
-<pre>
-% in the document preamble
-\usepackage[stable]{footmisc}
-...
-% in the body of the document
-\section{title\footnote{title ftnt}}
-</pre>
-</ul>
-<dl>
-<dt><tt><i>footmisc.sty</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/contrib/footmisc.zip">macros/latex/contrib/footmisc</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/footmisc/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/footmisc.html">catalogue entry</a>
-</dl>
-<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftnsect">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftnsect</a>
-</body>