使用revtex模板的跨行跨列表格时候不需要使用\usepackage{booktabs},否则midrule,toprule这些线条不能够正常显示。因此需要使用自带的线条。
下面记录一下我试用过的跨行跨列表格latex语法
\begin{table}[hb]\centering\caption{ \label{cutoff} nothing }\begin{ruledtabular}\begin{tabular}{c*{10}{c} }\multirow{6}{*} {\centering CsCaBr$_3$}& \multicolumn{3}{c}{Cutoff radius} & \multirow{2}{*}{$\kappa$} & \multirow{6}{*}{\centering CsCaBr$_3$} & \multicolumn{3}{c}{Cutoff radius} & \multirow{2}{*}{$\kappa$}\\\cline{2-4} \cline{7-9}& cutoff3 & cutoff4 & cutoff5 & && cutoff3 & cutoff4 & cutoff5 & \\\cline{2-5} \cline{7-10}&18.5/16.1/18/18/14 & 15.1/12/13.1/14/10.8 & 11/5.4/7.6/9.3/7.6 & 0.918 & &1.88 & 1.00 & 1.95 & 0.918 \\&1.88 & 0.69 & 1.95 & 1.026 & &1.88 & 1.00 & 1.95 & 0.918\\&1.88 & 0.95 & 1.95 & 0.934 & &1.88 & 1.00 & 1.95 & 0.918 \\&1.88 & 1.61 & 1.79 & 0.763 && 1.88 & 1.00 & 1.95 & 0.918 \\\multirow{6}{*} {\centering CsCaBr$_3$}& \multicolumn{3}{c}{Cutoff radius} & \multirow{2}{*}{$\kappa$} & \multirow{6}{*}{\centering CsCaBr$_3$} & \multicolumn{3}{c}{Cutoff radius} & \multirow{2}{*}{$\kappa$}\\\cline{2-4} \cline{7-9}& cutoff3 & cutoff4 & cutoff5 & && cutoff3 & cutoff4 & cutoff5 & \\\cline{2-5} \cline{7-10}&1.88 & 1.00 & 1.95 & 0.918 & &1.88 & 1.00 & 1.95 & 0.918 \\&1.88 & 0.69 & 1.95 & 1.026 & &1.88 & 1.00 & 1.95 & 0.918\\&1.88 & 0.95 & 1.95 & 0.934 & &1.88 & 1.00 & 1.95 & 0.918 \\&1.88 & 1.61 & 1.79 & 0.763 && 1.88 & 1.00 & 1.95 & 0.918 \\\end{tabular}\end{ruledtabular}\end{table}


















