Latex \hline spacing
Posted
by vigilant
on Stack Overflow
See other posts from Stack Overflow
or by vigilant
Published on 2009-03-30T06:18:54Z
Indexed on
2010/04/01
2:23 UTC
Read the original article
Hit count: 484
latex
How do you add spacing after an \hline in a tabular? I can add spacing before it using \vspace, however if I try to add spacing after the \hline, the spacing will come after the next line of text. Here is what I have so far:
\multicolumn{2}{Hello!} \vspace{4pt} \\
\hline \textit{Hi!} & \textit{Ho!}
I don't want to add a line break after the \hline and do something like \vspace{-xxpt} or use \rule because the generated HTML document from Hevea will be ugly.
© Stack Overflow or respective owner