[Tuglist] fixed space on above and below 10pt of table rules

Rishi tuglist@tug.org.in
Thu, 9 May 2002 16:51:56 +0530 (IST)


On Thu, 9 May 2002, Baskaran wrote:

> Dear sirs,
>
> Without  affect vline (broken),  how to control the
> above below space (fixed space on above and below 10pt)  of  \hline in
> tables.
> but if i use \arraystretch command, all other text lines leading affected

Using \noalign{\vspace{}} you can achieve this. Please below an example:

\begin{tabular}{llll}
\hline
xx & xx & xx & xx \\
xx & xx & xx & xx \\\noalign{\vspace{10pt}}
\hline\noalign{\vspace{10pt}}
xx & xx & xx & xx \\
\hline
\end{tabular}


thank you

--
Rishi
<rishi@river-valley.com>