Answers for "latex table interline spacing"

-1

spacing in table latex

\setlength{\tabcolsep}{0.5em} % for the horizontal padding
{\renewcommand{\arraystretch}{1.2}% for the vertical padding
\begin{tabular}{|l|l|}
    \hline
    column 1 & column 2 \\ 
    \hline
    I really would like this less & crammed\\
    \hline
\end{tabular}
}
Posted by: Guest on July-03-2021
0

latex table interline spacing

\renewcommand{\arraystretch}{0.8}
Posted by: Guest on May-03-2022

Browse Popular Code Answers by Language