3_表格与图片双栏居中

1. 对于表格双栏居中

\begin{table*}[htbp]
\centering
\end{table*}
[htbp]表示显示位置

2. 对于图片双栏居中

\begin{figure*}[htbp]
\centering
\end{figure*}