我与乳胶中的多行、多列表作斗争。到目前为止,我有这个(凌乱的)代码:
\begin{tabular}{cccccccccc}
\toprule
\multirow{2}{*}{\textbf {A}} &
\multirow{2}{*}{\textbf {B}} &
\multirow{2}{*}{\textbf {C}} &
\multicolumn{3}{c}{\textbf {D}} && D1 & D2 & D3 &
\multicolumn{3}{c}{\textbf {E}} && E1 & E2 & E3 &
\multirow{2}{*}{\textbf {F}}\\
\cmidrule(lr){1-10}
a & b & c & d1 & d2 & d3 & e1 & e3 & e3 & f\\
aa & bb & cc & dd1 & dd2 & dd3 & ee1 & ee3 & ee3 & ff
\bottomrule
\end{tabular}
理想情况下,表格如下所示:
副标题 D1-E3 不应为粗体......
任何帮助表示赞赏。