[OS X TeX] Tabular error & changing the numbering of subsections, ...
Don Green Dragon
fergdc at shaw.ca
Sun Jan 30 21:29:45 EST 2011
Hi Themis,
>> 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}
Interesting solution. But with your <\\\hline> one does not need the "empty values" line at all; i.e., the resulting line <F F F> has an acceptable amount of whitespace above it.
Thank you.
Don Green Dragon
fergdc at Shaw.ca
More information about the MacOSX-TeX
mailing list