diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html index 525c9da51c0..4c651bfec35 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html @@ -2,14 +2,14 @@ <title>UK TeX FAQ -- question label multirow</title> </head><body> <h3>Merging cells in a column of a table</h3> -<p>It’s easy to come up with a table design that requires a cell that +<p/>It’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 <a href="FAQ-slashbox.html">diagonal separation in corner cells</a>, but that technique rather strictly limits what can be used as the content of the cell. -<p>The <i>multirow</i> package enables you to construct such multi-row +<p/>The <i>multirow</i> package enables you to construct such multi-row cells, in a very simple manner. For the simplest possible use, one might write: <blockquote> @@ -29,7 +29,7 @@ and <i>multirow</i> will position “Common g text” at the vertical centre of the space defined by the other rows. Note that the rows that don’t contain the “multi-row” specification must have empty cells where the multi-row is going to appear. -<p>The “<code>*</code>” may be replaced by a column width specification. In this +<p/>The “<code>*</code>” may be replaced by a column width specification. In this case, the argument may contain forced line-breaks: <blockquote> <pre> @@ -47,7 +47,7 @@ case, the argument may contain forced line-breaks: A similar effect (with the possibility of a little more sophistication) may be achieved by putting a smaller table that lines up the text into a <code>*</code>-declared <code>\</code><code>multirow</code>. -<p>The <code>\</code><code>multirow</code> command may also used to write labels vertically +<p/>The <code>\</code><code>multirow</code> command may also used to write labels vertically down one or other side of a table (with the help of the <i>graphics</i> or <i>graphicx</i> package, which provide the <code>\</code><code>rotatebox</code> command): @@ -66,7 +66,7 @@ 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 “cell” in a table, you have to +<p/>To make a <code>\</code><code>multicolumn</code> multi-row “cell” in a table, you have to enclose a <code>\</code><code>multirow</code> inside a <code>\</code><code>multicolumn</code> — the other way around does not work, so: <blockquote> @@ -88,11 +88,11 @@ package (which is also discussed in the answer to <a href="FAQ-struttab.html">spacing lines in tables</a>). You use an optional argument to the <code>\</code><code>multirow</code> command to say how many of the rows in the multi-row have been opened up with <code>\</code><code>bigstrut</code>. -<p>The documentation of both <i>multirow</i> and <i>bigstrut</i> is +<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="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse</a>) <dt><tt><i>multirow.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse</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> +<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> </body> |