
我正在向論文中添加數字,但文本與圖表重疊。我希望圖表能夠覆蓋兩列,因為它很寬。
\begin{figure}
\centering
\includegraphics[width=1 \textwidth]{X2.png}
\caption{model main processes.}
\label{graph_X2}
\end{figure}
答案1
當您使用以twocolumn
模式列印的文件類別時(例如,當您使用 時\documentclass[twocolumn]{article}
),您可以使用figure
輸入僅跨越單一列的浮點數。如果您想要包含跨越兩列的浮動,figure*
則必須使用環境。請注意,figure*
放置選項受到限制。