\twocolumnfalse 建立一個新頁面

\twocolumnfalse 建立一個新頁面

使用 \twocolumnfalse 時,新部分的文字從新頁面開始,我需要從同一頁開始。微量元素:

 \documentclass[twocolumn]{memoir}
 \usepackage{blindtext}
 \usepackage{polyglossia}[2014/05/21]           
 \setmainlanguage[babelshorthands=true]{russian}  
 \setotherlanguage{english}                       
 \setmonofont{Courier New}
 \newfontfamily\cyrillicfonttt{Courier New}
 \ifXeTeX
 \defaultfontfeatures{Ligatures=TeX,Mapping=tex-text}
 \else

 \defaultfontfeatures{Ligatures=TeX}
 \fi
 \setmainfont{Times New Roman}
 \newfontfamily\cyrillicfont{Times New Roman}
 \setsansfont{Arial}
 \newfontfamily\cyrillicfontsf{Arial}  


 \begin{document}
 \blindtext
 \twocolumn[
 \begin{@twocolumnfalse}
    \begin{center}
        {REFERENCES}
    \end{center}
    
    \label{references}
\end{@twocolumnfalse}
]

\end{document}

它應該是: 在此輸入影像描述

現在是什麼: 在此輸入影像描述

相關內容