Uri*_*Uri 10
你可以使用通常的[width = X,height = Y]参数,但不是给文字X使用\ columnwidth ...
如果您希望图形跨越多列,请使用\ begin {figure*}而不是\ begin {Figure}
Cro*_*ley 10
您可以使用:
\includegraphics[width=\textwidth,height=5in]{imagefile}
但建设
\begin{minipage}{8cm}
\includegraphics[width=\textwidth]{imagefile}
\end{minipage}
将产生宽度为8厘米的图像.