Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文档,想将其创建为双列文档。这与 documentclass-command 中的 twocolumn-option 配合得很好。但是我有一些表格和图像,它们太大了,应该使用两列都包含在内。这些表格和图像应该大部分在同一页上,所以 \onecolumn 和 \twocolumn 是没有选择的(有一些例外)。我尝试了 multicol-package,但奇怪的是我这样弄丢了我的桌子。那么知道其他解决方案吗?
是的,如果您只需要它用于表格和图形,请使用 *-variant:
\begin{table*} \end{table*} \begin{figure*} \end{figure*}
与他们一起,他们将占据两列。