看板LaTeX
标 题Re: [问题] 关於twocolumn的问题!!
发信站(null) (Wed Nov 28 09:21:02 2012)
转信站ptt!news.ntu!ctuews.n!news.nctu!stanfordtanford.edu!kt20no16127354pbb.
On second thoughts.
Probably, you want one column and then a two-column is inserted
if this is what you want, try this
one column here
\begin{minipage}[]{0.49\textwidth}
....
\end{minipage}
\begin{minipage}[]{0.49\textwidth}
....
\end{minipage}
one column here
Again a mwe from questioners will make debugging easier.