相关文章推荐
非常酷的钥匙扣  ·  ECCV 2024 | ...·  7 月前    · 
耍酷的咖啡豆  ·  php - OpenSSL Error ...·  1 年前    · 
无邪的黄瓜  ·  python-3.x - ...·  1 年前    · 

Latex如何排版单栏表格图片完美排版在双栏格式的文章里

以前一直是\onecolumn 和\twocolumn来进行切换,有时间切换的不好,排的效果不甚好。因此找到了一种更简单的方法:在table or figure里多加一个星号就实现了完美的单栏表格或图片排版在双栏的文章里。
表格横跨两栏代码

\begin{table*} … \end{table*} \begin{table*} … \end{table*}

图形横跨两栏代码

\begin{figure*} … \end{figure*} \begin{figure*} … \end{figure*}

转自:
http://andrewjpage.com/index.php?/categories/2-Latex