I want to get the table more pretty. For example I want that the "Namecol" becomes aligned with the
\cmidrule
.
Code: Select all
\documentclass{article}
\begin{document}
\begin{table}[bth]
\caption{Level planning of the input parameters}
\begin{tabular}{ccc}\toprule[1.2pt]
&\multicolumn{2}{c}{Level}\\\cmidrule{2-3}
Namecol&aa&bb\\\midrule
$...&...&... \\\bottomrule[1.2pt]
\end{tabular}
\end{table}
\end{document}
Thanks.