[OS X TeX] Tabular error & changing the numbering of subsections, ...

Manfred Braun manfred.braun at uni-due.de
Sat Jan 29 13:43:46 CET 2011


Hi Don and Themis,

On Jan 29, 2011, at 2:10 PM, Themis Matsoukas wrote:

> 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

Another possibility:

\begin{tabular}{c|c|c}
A & B & C \\
\hline
\noalign{\vskip-3pt}
F & F & F
\end{tabular}

Manfred




More information about the macostex-archives mailing list