Code: Select all
\documentclass[a4paper]{article}
\usepackage{xstring}
\usepackage{array,booktabs, multirow}
\setlength{\tabcolsep}{0.3cm}
\begin{table}[bth]
\caption{.....} \centering
\begin{tabular}{cccccccccc}\toprule[1.2pt]
~~&Run&$S^*_B$&$h^*_B$&$n^*_{B}$&$ETCU^*$&$\bigtriangleup C_{B|static}$&$N_c$&$p^*_{S}$&$S^*_{S}$\\\midrule
~~&1& 128& 0.55& 1 &1.17& 24.03& 11 &0.017& 108\\
\end{tabular}
\end{table}
Code: Select all
H Run $h^*_B$ $n^*_{B}$ $ETCU^*$ $S^*_B$ $S^*_{S}$ $p^*_{S}$ $N_c$ $\bigtriangleup C_{B|static}$
Is there a solution?
Thanks.