需要添加下面的包:
复制代码
1
2
3
4
5ifCLASSOPTIONcompsoc usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig} else usepackage[caption=false,font=footnotesize]{subfig} fi
还需要添加一个包
复制代码
1usepackage{graphicx}
如果想让图很大(或者一个图包含多个子图),需要占据两列,那么需要*符号:
复制代码
1
2
3
4
5
6
7
8begin{figure*}[!t] centering subfloat[Case I]{includegraphics[width=2.5in]{forklift.png}label{fig_first_case}} hfil subfloat[Case II]{includegraphics[width=2.5in]{forklift.png}label{fig_second_case}} caption{Simulation results for the network.} label{fig_sim} end{figure*}
上面这个例子,如果去掉*,那么就变成多个子图,但占一列。
如果是单个图,只需要占一列:
复制代码
1
2
3
4
5
6begin{figure}[!t] centering includegraphics[width=2.5in]{a.png} caption{Forklift structure.} label{forklift} end{figure}
最后
以上就是眼睛大山水最近收集整理的关于IEEE插入图片的全部内容,更多相关IEEE插入图片内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复