diff options
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.html | 16 |
1 files changed, 8 insertions, 8 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 index 819bdfc15d9..8b8bbfe54fc 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-ftnsect.html @@ -3,23 +3,23 @@ </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>’s arguments isn’t satisfactory. Using -<code>\</code><code>protect</code><code>\</code><code>footnote</code> isn’t a good idea either: the arguments of a +command in <code>\</code><code>section</code>’s arguments isn’t satisfactory. Using +<code>\</code><code>protect</code><code>\</code><code>footnote</code> isn’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’s generally not thought a “good -thing” to have them there; in the page header, footnotes will simply -fail. Whatever the desirability of the matter, there’s no mechanism +work in the table of contents, it’s generally not thought a “good +thing” to have them there; in the page header, footnotes will simply +fail. Whatever the desirability of the matter, there’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’t - ‘move’ if the optional argument is present: +<li> Take advantage of the fact that the mandatory argument doesn’t + ‘move’ 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> — this modifies footnotes so that they softly and + <code>stable</code> — this modifies footnotes so that they softly and silently vanish away if used in a moving argument. With this, you simply need: <pre> |