latex table spacing code example
Example: latex table add space between rows
\begin{tabular}
% Row extra space
\setlength{\extrarowheight}{20pt}
% Column space (default is 6pt)
\setlength{\tabcolsep}{12pt}
\end{tabular}
\begin{tabular}
% Row extra space
\setlength{\extrarowheight}{20pt}
% Column space (default is 6pt)
\setlength{\tabcolsep}{12pt}
\end{tabular}