将表格*放在准确位置并跨越两列

将表格*放在准确位置并跨越两列

我使用的是 IEEE 格式,该格式将页面分为两列。我想将表格放在准确的位置,但是表格太长,所以必须跨越两列。

布局应该是这样的:

\newpage % appendix starts from a new page
Section 1
table 1
table 2
...
Section 2
table 3
table 4
...

我试过table*但它无法指定确切的位置,结果如下:

\newpage % appendix starts from a new page
Section 1
Section 2
table 1
table 2
table 3
table 4
...

相关内容