提问于:
浏览数:
3312
## 爱思唯尔双栏模板表格标题位置问题
我用的双栏模板表格标题总是不能和表格对齐,我想要下面的这个效果
![](https://wenda.latexstudio.net/data/attach/210228/GGv8uETq.jpg)
但是我的标题总是像下面这样固定,需要向左移才能达到效果。
![](https://wenda.latexstudio.net/data/attach/210228/XavzEFHQ.PNG)
网上查使用caption包也没有任何反应
下面是我的代码
```
\begin{table*}
\caption{ This is a test caption. This is a test caption. This is a testcaption. This is a test caption. This is a test caption. This is a test}
\begin{tabular*}{18cm}{@{} LLLLLLLLL@{} }
\toprule
Col 1 & Col 2 & Col 3 & Col4 & Col 2 & Col 3 & Col4 & Col 3 & Col4\\
\midrule
0.104$ \pm $0.006 & 0.104$ \pm $0.006 & 0.104$ \pm $0.006 & 0.104$ \pm $0.006 & 0.104$ \pm $0.006 & 0.104$ \pm $0.006 & 0.104$ \pm $0.006 & 0.104$ \pm $0.006 & 0.104$ \pm $0.006 \\
12345 & 12345 & 123 & 12345 & 12345 & 12345 & 12345 & 12345 & 12345\\
12345 & 12345 & 123 & 12345 & 12345 & 12345 & 12345 & 12345 & 12345\\
12345 & 12345 & 123 & 12345 & 12345 & 12345 & 12345 & 12345 & 12345\\
12345 & 12345 & 123 & 12345 & 12345 & 12345 & 12345 & 12345 & 12345\\
\bottomrule
\end{tabular*}
\label{tbl1}
\end{table*}
```
MWE咋提供,我没有找到选项。