[OS X TeX] Tabular error & changing the numbering of subsections, ...
Themis Matsoukas
tmatsoukas at me.com
Sat Jan 29 07:10:14 EST 2011
On Jan 29, 2011, at 4:05 AM, Don Green Dragon wrote:
> Hi All,
>
> I'm working with the document class LaTeX {book}. The following source code
>
> \begin{tabular}{c | c | c}
> A & B & C\\
> \hline\\[-9pt]
> F & F & F
> \end{tabular}
>
Specify a complete second row of empty values between the two rows.
\begin{tabular}{c | c | c}
A & B & C\\\hline
& &\\[-9pt]
F & F & F
\end{tabular}
Themis
More information about the MacOSX-TeX
mailing list