I'm building a table, and want to include the @{text} separators. I have
two problems with l2h 98p1.
First, if I use multicolumn, l2h mis-counts the columns; it counts the
@{text} as a column. Also, the @{text} appears as a separate column in
the body of the table.
Second, I want to use $\pm$ as the text, but l2h doesn't like it.
As a simple example:
\begin{document}
\begin{tabular}{||c||r@{$\pm$}l|r@{$\pm$}l||} \hline
Column 1 & \multicolumn{2}{c|}{Columns 2 and 3} &
\multicolumn{2}{c||}{Columns 4 and 5} \\ \hline
1 & 2 & 3 & 4 & 5 \\ \hline
\end{tabular}
\end{document}
--
John McKitterick [EMAIL PROTECTED]
AlliedSignal Microelectronics and Technology Center
Columbia, MD (410) 964-4068
--------------------------------------------------------
| "It's tomorrow that counts. So you worry all the time. |
| It never ends. Lord, baseball is a worrying thing." |
--------------------------------------------------------