How to change vertical cell spacing with tabular in the first row of the next table?
\documentclass{article}
\usepackage{siunitx}
\usepackage{cellspace}
\setlength\cellspacetoplimit{25pt}
\setlength\cellspacebottomlimit{25pt}
\addparagraphcolumntypes{X}
\usepackage{tabularx}
\usepackage{amsmath}
\begin{document}
\begin{center}
\setlength{\arrayrulewidth}{1.0pt}
\begin{tabular}{c>{\centering\arraybackslash}m{2.0cm}}\hline
$c$ & $\dfrac{a}{b}$ \ \hline
$1$ & $1$ \
$1$ & $1$ \
$1$ & $1$
\end{tabular}
\end{center}
\end{document}
With thanks,
Charles



tabularray. – Charles Feb 09 '22 at 10:00