I've made this table using the dcolumn package in the preamble. However, are headlines (i.e. "Size (nm)" and
$N_{R6G(mean)}$
) are not centered above the "±" signs in the table.
Code: Select all
\begin{table}[!htb]
\centering
\resizebox{11cm}{!}{
\begin{tabular}{D{,}{\, \pm \,}{-1} D{,}{\, \pm \,}{-1} c D{,}{\, \pm \,}{-1} D{,}{\, \pm \,}{-1} c D{,}{\, \pm \,}{-1} D{,}{\, \pm \,}{-1}} \toprule[1.5pt]
\multicolumn{2}{c}{\head{Mock}} & & \multicolumn{2}{c}{\head{SF9}} & & \multicolumn{2}{c}{\head{HEK293}} \\
\multicolumn{1}{c}{Size (nm)} & \multicolumn{1}{c}{$N_{R6G(mean)} $} & & \multicolumn{1}{c}{Size (nm)} & \multicolumn{1}{c}{$N_{R6G(mean)} $} & & \multicolumn{1}{c}{Size (nm)} & \multicolumn{1}{c}{$N_{R6G(mean)} $} \\ \cmidrule(lr){1-8}
81.5,0.6 & 75,2 & & 74.5,0.4 & 83,1 & & 75.5,0.4 & 80,1 \\
122.3,0.5 & 106,1 & & 120.8,0.6 & 160,3 & & 120.8,0.6 & 146,2 \\
169.1,0.9 & 181,4 & & 172.7,1.0 & 274,8 & & 170.9,1.0 & 263,6\\
236.3,2.5 & 327,11 & & 235.6,2.0 & 513,21 & & 239.7,2.9 & 545,21\\ \bottomrule[1.5pt]
\end{tabular}
}
\caption[Number of transported R6G molecules]{Summary of VMAT2 transport.}
\label{tab:VMATsummary}
\end{table}