user9974638
user9974638

Reputation: 199

How to add space following individual row in table Latex

I'm trying to add .2cm of space following an individual row in a table in LaTeX. Earlier "\[.2cm]" worked, but since updating my system, I'm no longer getting any spacing difference. Can anyone explain this? Some example code is provided below.

\begin{tabular}[t]{>{\labels[]}llll}
col 1 & col2 & col3 & col4 \\
text & text & text & text \\
text & text & text & text \\[.2cm] 
text & text & text & text \\
text & text & text & text \\
\end{tabular}

Upvotes: 1

Views: 4170

Answers (0)

Related Questions