\begin{figure*}
\end{figure*}
来破栏,因为好多paper的格式是双栏的,所以有时候放图片可以破栏放置。
当然图片属性还有如下的格式
\begin{figure}[hbtp]
\end{figure}
在这里补充说一下浮动图形figure环境, 它能自动调整图形在页面中出现的位置:
\begin{figure}[位置]
\caption{图的标题}
\end{figure}
这里[位置]可以是h(当前位置),t(页顶),b(页底),p(另页),如果前面加了个!(感叹号),那么则是忽略美学标准,强制排列了.
\begin{figure*}[htbp]
\centering
\begin{minipage}[t]{1\textwidth}
\subfigure[C.Man]
{
\includegraphics[width=0.4\textwidth]{images/Set12/01.png}
%\caption{C.Man}
}
\subfigure[House]
{
\includegraphics[width=0.4\textwidth]{images/Set12/02.png}
%\caption{C.Man}
}
\end{minipage}
\end{figure*}
\begin{minipage}
\end{minipage}
用来另起单独一行
如果只用
\subfigure
会挤在一行
版权声明:本文为Mr_Lowbee原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。