diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html index 7bf9dbcb782..6b018e33a48 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-altabcr.html @@ -3,8 +3,8 @@ </head><body> <h3>Alignment tab changed to <code>\</code><code>cr</code></h3> <p/>This is an error you may encounter in LaTeX when a tabular -environment is being processed. “Alignment tabs” are the -<code>&</code> signs that separate the columns of a tabular; so the error +environment is being processed. “Alignment tabs” are the +<code>&</code> signs that separate the columns of a tabular; so the error message <blockquote> @@ -21,10 +21,10 @@ could arise from a simple typo, such as: \end{tabular} </pre> </blockquote><p> -where the second <code>&</code> in the first line of the table is more than the +where the second <code>&</code> in the first line of the table is more than the two-column <code>ll</code> column specification can cope with. In this -case, an extra “<code>l</code>” in that solves the problem. (If you -continue from the error in this case, “<code>jim</code>” will be moved +case, an extra “<code>l</code>” in that solves the problem. (If you +continue from the error in this case, “<code>jim</code>” will be moved to a row of his own.) Another simple typo that can provoke the error is: <blockquote> @@ -35,7 +35,7 @@ is: \end{tabular} </pre> </blockquote><p> -where the ‘<code>\\</code>’ has been missed from the first line of the table. +where the ‘<code>\\</code>’ has been missed from the first line of the table. In this case, if you continue from the error, you will find that LaTeX has made a table equivalent to: <blockquote> @@ -48,12 +48,12 @@ LaTeX has made a table equivalent to: </blockquote><p> (with the second line of the table having only one cell). <p/>Rather more difficult to spot is the occurrence of the error when -you’re using alignment instructions in a “<code>p</code>” column: +you’re using alignment instructions in a “<code>p</code>” column: <blockquote> <pre> \usepackage{array} ... -\begin{tabular}{l>{\raggedright}p{2in}} +\begin{tabular}{l>{\raggedright}p{2in}} here & we are again \\ happy & as can be \end{tabular} @@ -62,16 +62,16 @@ happy & as can be the problem here (as explained in <a href="FAQ-tabcellalign.html">tabular cell alignment</a>) is that the <code>\</code><code>raggedright</code> command in the column specification has overwritten -<code>tabular</code>’s definition of <code>\\</code>, so that -“<code>happy</code>” appears in a new line of the second column, and the -following <code>&</code> appears to LaTeX just like the second -<code>&</code> in the first example above. +<code>tabular</code>’s definition of <code>\\</code>, so that +“<code>happy</code>” appears in a new line of the second column, and the +following <code>&</code> appears to LaTeX just like the second +<code>&</code> in the first example above. <p/>Get rid of the error in the way described in -<a href="FAQ-tabcellalign.html">tabular cell alignment</a> — either use +<a href="FAQ-tabcellalign.html">tabular cell alignment</a> — either use <code>\</code><code>tabularnewline</code> explicitly, or use the <code>\</code><code>RBS</code> trick described there. <dl> -<dt><tt><i>array.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>array.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/array.html">catalogue entry</a> </dl> <p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=altabcr">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=altabcr</a> </body> |