当我在 Latex 的两栏文章中使用 longtable 时,我需要先使用 \onecolumn 将文章设为一栏。但是longtable从下一页开始,所以当前页有太多不必要的空间。那么我应该怎么做才能通过在表格后面添加下一部分的内容来删除这个空间呢? 这是纸的快照
---Some text ---
\onecolumn
\begin{longtable}{|p{1.5cm}|p{1.5cm}|p{3.5cm}|p{3.5cm}|p{3cm}|p{3.5cm}|}
Table text
\end{longtable}
\twocolumn
---some text---