diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html index 3876ced01b2..ae3ebeb8d5f 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html @@ -2,14 +2,14 @@ <title>UK TeX FAQ -- question label repfootnote</title> </head><body> <h3>Footnotes whose texts are identical</h3> -<p>If the <em>same</em> footnote turns up at several places within a +<p/>If the <em>same</em> footnote turns up at several places within a document, it’s often inappropriate to repeat the footnote in its entirety over and over again. We can avoid repetition by semi-automatic means, or by simply labelling footnotes that we know we’re going to repeat and then referencing the result. There is no completely automatic solution (that detects and suppresses repeats) available. -<p>If you know you only have one footnote, which you want to repeat, the +<p/>If you know you only have one footnote, which you want to repeat, the solution is simple: merely use the optional argument of <code>\</code><code>footnotemark</code> to signify the repeats: <blockquote> @@ -24,7 +24,7 @@ footnote number 1. A similar technique can be used once the footnotes are stable, reusing the number that LaTeX has allocated. This can be tiresome, though, as any change of typesetting could change the relationships of footnote and repeat: labelling is inevitably better. -<p>Simple hand-labelling of footnotes is possible, using a counter dedicated +<p/>Simple hand-labelling of footnotes is possible, using a counter dedicated to the job: <blockquote> <pre> @@ -61,7 +61,7 @@ example to: This is the cleanest simple way of doing the job. Note that the <code>\</code><code>label</code> command <em>must</em> be inside the argument of <code>\</code><code>footnote</code>. -<p>The <i>fixfoot</i> package takes away some of the pain of the +<p/>The <i>fixfoot</i> package takes away some of the pain of the matter: you declare footnotes you’re going to reuse, typically in the preamble of your document, using a <code>\</code><code>DeclareFixedFoot</code> command, and then use the command you’ve ‘declared’ in the body of the document: @@ -81,5 +81,5 @@ the repeats. <dt><tt><i>footmisc.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.zip">macros/latex/contrib/footmisc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footmisc/">browse</a>) <dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repfootnote">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repfootnote</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repfootnote">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repfootnote</a> </body> |