diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-14 00:56:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-14 00:56:47 +0000 |
commit | 13328a265ebe4ef58c26ab99e0c071edb0ca0195 (patch) | |
tree | 604fbea81411a5bda1ff25d9cd6ee5dd75acd761 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html | |
parent | da29691fd87e0073830e9d11a1dccd9725f01cc6 (diff) |
3.16c+html
git-svn-id: svn://tug.org/texlive/trunk@2723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html index 2c7520d0ae8..e66e1695c4a 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html @@ -3,20 +3,20 @@ </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 headings. Unfortunately, -there's no mechanism to suppress the footnote in the heading while +there’s no mechanism to suppress the footnote in the heading while allowing it in the table of contents, though having footnotes in the table of contents is probably unsatisfactory anyway. <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: <code>\section[title]{title</code><code>\</code><code>footnote</code><code>{title ftnt}}</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. </ul> <dl> |