latex中longtable双栏换页、表格和标题宽度设置
\setlength{\tabcolsep}{5.2mm}{ %set the table width
\setlength{\LTcapwidth}{7in}  %set the table caption width
\begin{longtable*}{cccccccc}
\caption{\label{tab:table1}
$\gamma$-ray energies, excitation energies, relative $\gamma$-ray intensities, ADO ratios, the linear polarizations, and spin-parity assignments in 62Cu. }\\
\hline \hline
$E$$_{\gamma}$(keV)&$E$$_{i}$&$E$$_{f}$& $I$$_{\gamma}$&$R$$_{ADO}$&$A$$_{p}$&$I$$^{\pi}_{i}$$\rightarrow$$I$$^{\pi}_{f}$\\*
\hline
\endfirsthead
\multicolumn{8}{c}{TABLE~\ref{tab:table1} (continued). }\\ \hline \hline
$E$$_{\gamma}$(keV)&$E$$_{i}$&$E$$_{f}$& $I$$_{\gamma}$&$R$$_{ADO}$&linear polarization&$I$$^{\pi}_{i}$$\rightarrow$$I$$^{\pi}_{f}$\\*
\hline
\endhead
\colrule
\endfoot
.......
.......
.......
\end{longtable*}}
前两⾏代码是设置标题宽度,表格宽度,重要
使⽤longtable的注意事项:
一个单元格怎么分两栏(1)使⽤\begin{longtable} ... \end{longtable}时,外⾯不能再套⼀层 \begin{table} ... \end{table} 否则,longtable是不能实现跨页的。
(2)在\begin{longtable} ... \end{longtable}中插⼊\caption{...} \label{...}时,后⾯⼀定要加两个反斜杠(\\) ,不然也会出错。
(3)longtable在双栏或者多栏中使⽤, 加*号。
\begin{longtable*} ... \end{longtable*}
% 第⼀页表头内容
\endfirsthead
% 跨页表头内容
\endhead
% 跨页表尾内容
\endfoot
% 最后⼀页表尾内容
\endlastfoot
APS投稿模板

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。