summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html
index c14facf39ad..333c48c19bf 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multirow.html
@@ -2,7 +2,7 @@
<title>UK TeX FAQ -- question label multirow</title>
</head><body>
<h3>Merging cells in a column of a table</h3>
-<p/>It&rsquo;s easy to come up with a table design that requires a cell that
+<p/>It&#8217;s easy to come up with a table design that requires a cell that
spans several rows. An example is something where the left-most
column labels the rest of the table; this can be done (in simple
cases) by using
@@ -25,11 +25,11 @@ might write:
\end{tabular}
</pre>
</blockquote><p>
-and <i>multirow</i> will position &ldquo;Common g text&rdquo; at the vertical
+and <i>multirow</i> will position &#8220;Common g text&#8221; at the vertical
centre of the space defined by the other rows. Note that the rows
-that don&rsquo;t contain the &ldquo;multi-row&rdquo; specification must have empty
+that don&#8217;t contain the &#8220;multi-row&#8221; specification must have empty
cells where the multi-row is going to appear.
-<p/>The &ldquo;<code>*</code>&rdquo; may be replaced by a column width specification. In this
+<p/>The &#8220;<code>*</code>&#8221; may be replaced by a column width specification. In this
case, the argument may contain forced line-breaks:
<blockquote>
<pre>
@@ -66,8 +66,8 @@ down one or other side of a table (with the help of the
</blockquote><p>
(which gives text going upwards; use angle <code>-90</code> for text going
downwards, of course).
-<p/>To make a <code>\</code><code>multicolumn</code> multi-row &ldquo;cell&rdquo; in a table, you have to
-enclose a <code>\</code><code>multirow</code> inside a <code>\</code><code>multicolumn</code> &mdash; the other way
+<p/>To make a <code>\</code><code>multicolumn</code> multi-row &#8220;cell&#8221; in a table, you have to
+enclose a <code>\</code><code>multirow</code> inside a <code>\</code><code>multicolumn</code> &#8212; the other way
around does not work, so:
<blockquote>
<pre>
@@ -91,7 +91,7 @@ rows in the multi-row have been opened up with <code>\</code><code>bigstrut</cod
<p/>The documentation of both <i>multirow</i> and <i>bigstrut</i> is
to be found, as comments, in the package files themselves.
<dl>
-<dt><tt><i>bigstrut.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse the directory</a>)
+<dt><tt><i>bigstrut.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse the directory</a>)
<dt><tt><i>multirow.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse the directory</a>)
</dl>
<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multirow">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multirow</a>