summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html
index 34d132fed9a..e4b41f568ca 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-footintab.html
@@ -2,13 +2,13 @@
<title>UK TeX FAQ -- question label footintab</title>
</head><body>
<h3>Footnotes in tables</h3>
-<p/>The standard LaTeX <code>\</code><code>footnote</code> command doesn&rsquo;t work in tables;
-the table traps the footnotes and they can&rsquo;t escape to the bottom of
+<p/>The standard LaTeX <code>\</code><code>footnote</code> command doesn&#8217;t work in tables;
+the table traps the footnotes and they can&#8217;t escape to the bottom of
the page. As a result, you get footnote marks in the table, and
nothing else.
<p/>This accords with common typographic advice: footnotes and tables are
reckoned not to mix.
-<p/>The solution, if you accept the advice, is to use &ldquo;table notes&rdquo;.
+<p/>The solution, if you accept the advice, is to use &#8220;table notes&#8221;.
The package <i>threeparttable</i> provides table notes, and
<i>threeparttablex</i> additionally supports them in
<code>longtable</code>s. <i>Threeparttable</i> works happily in
@@ -17,23 +17,23 @@ ordinary text, or within a <code>table</code> float.
<i>threeparttable</i>, and also uses the ideas of the
<i>booktabs</i> package. The <code>\</code><code>ctable</code> command does the complete
job of setting the table, placing the caption, and defining the
-notes. The &ldquo;table&rdquo; may consist of diagrams, and a parameter in
-<code>\</code><code>ctable</code>&rsquo;s optional argument makes the float that is created a
-&ldquo;figure&rdquo; rather than a &ldquo;table&rdquo;.
-<p/>If you really want &ldquo;real&rdquo; footnotes in tables, despite the expert
+notes. The &#8220;table&#8221; may consist of diagrams, and a parameter in
+<code>\</code><code>ctable</code>&#8217;s optional argument makes the float that is created a
+&#8220;figure&#8221; rather than a &#8220;table&#8221;.
+<p/>If you really want &#8220;real&#8221; footnotes in tables, despite the expert
advice, you can:
<ul>
<li> Use <code>\</code><code>footnotemark</code> to position the little marker
appropriately, and then put in <code>\</code><code>footnotetext</code> commands to fill in
- the text once you&rsquo;ve closed the <code>tabular</code> environment.
- This is described in Lamport&rsquo;s book, but it gets messy if there&rsquo;s
+ the text once you&#8217;ve closed the <code>tabular</code> environment.
+ This is described in Lamport&#8217;s book, but it gets messy if there&#8217;s
more than one footnote.
<li> Stick the table in a <code>minipage</code>. Footnotes in the
- table then &ldquo;work&rdquo;, in the <code>minipage</code>&rsquo;s style, with no
+ table then &#8220;work&#8221;, in the <code>minipage</code>&#8217;s style, with no
extra effort. (This is, in effect, somewhat like table notes, but
- the typeset appearance isn&rsquo;t designed for the job.)
+ the typeset appearance isn&#8217;t designed for the job.)
<li> Use <i>tabularx</i> or <i>longtable</i> from the LaTeX
- tools distribution; they&rsquo;re noticeably less efficient than the
+ tools distribution; they&#8217;re noticeably less efficient than the
standard <code>tabular</code> environment, but they do allow
footnotes.
<li> Use <i>footnote</i>, which provides an
@@ -47,20 +47,20 @@ advice, you can:
<li> Use <i>mdwtab</i> from the same bundle; it will handle
footnotes as you might expect, and has other facilities to increase
the beauty of your tables. Unfortunately, it may be incompatible
- with other table-related packages, though not those in the standard &lsquo;tools&rsquo;
+ with other table-related packages, though not those in the standard &#8216;tools&#8217;
bundle.
</ul>
All the techniques listed will work, to some extent, whether in a float or
-in ordinary text. The author of this FAQ answer doesn&rsquo;t actually
-recommend any of them, believing that table notes are the way to go&hellip;
+in ordinary text. The author of this FAQ answer doesn&#8217;t actually
+recommend any of them, believing that table notes are the way to go&#8230;
<dl>
<dt><tt><i>ctable.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ctable.zip">macros/latex/contrib/ctable</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ctable/">browse the directory</a>)
-<dt><tt><i>footnote.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>)
-<dt><tt><i>longtable.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>)
-<dt><tt><i>mdwtab.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>)
-<dt><tt><i>threeparttable.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/misc/threeparttable.sty">macros/latex/contrib/misc/threeparttable.sty</a>
+<dt><tt><i>footnote.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/footnote.html">catalogue entry</a>
+<dt><tt><i>longtable.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/longtable.html">catalogue entry</a>
+<dt><tt><i>mdwtab.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/mdwtab.html">catalogue entry</a>
+<dt><tt><i>threeparttable.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/threeparttable.zip">macros/latex/contrib/threeparttable</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/threeparttable/">browse the directory</a>)
<dt><tt><i>threeparttablex.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/threeparttablex.zip">macros/latex/contrib/threeparttablex</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/threeparttablex/">browse the directory</a>)
-<dt><tt><i>tabularx.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>)
+<dt><tt><i>tabularx.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/tabularx.html">catalogue entry</a>
</dl>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab</a>
</body>