作者mayasky ( )
看板LaTeX
标题[问题] 图形旁的column空白?
时间Sun Nov 17 18:19:08 2013
我使用ACM的样版,是2 column的,插入以下图
常常隔壁行就留白了,我有把图缩小过,也没用
但一样的一段贴去其他地方就不会,旁边会填上其他内容
示意图
留白
| pic | |
| pic | |
| yyy | xxxx |
期望的样子,没留白
| pic | xxxx |
| pic | xxxx |
| yyy | xxxx |
要怎麽处理这问题呢?
\begin{figure}[htb]
\centering
\subfigure[pic1]{
\includegraphics[width=3in]{pic1.pdf}
\label{fig:pic1}
}\\
\subfigure[pic2]{
\includegraphics[width=3in]{pic2.pdf}
\label{fig:pic2}
}\\
\subfigure[pic3]{
\includegraphics[width=3in]{pic3.pdf}
\label{fig:pic3}
}\\
\caption{xxxxxxxxx}
\end{figure}
--
KERNEL先生。。。别整蛊我了orz
http://www.wretch.cc/blog/mayasky
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.231.115.38
※ 编辑: mayasky 来自: 61.231.115.38 (11/17 18:20)