概述
需要添加下面的包:
ifCLASSOPTIONcompsoc
usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
else
usepackage[caption=false,font=footnotesize]{subfig}
fi
还需要添加一个包
usepackage{graphicx}
如果想让图很大(或者一个图包含多个子图),需要占据两列,那么需要*符号:
begin{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*}
上面这个例子,如果去掉*,那么就变成多个子图,但占一列。
如果是单个图,只需要占一列:
begin{figure}[!t]
centering
includegraphics[width=2.5in]{a.png}
caption{Forklift structure.}
label{forklift}
end{figure}
最后
以上就是眼睛大山水为你收集整理的IEEE插入图片的全部内容,希望文章能够帮你解决IEEE插入图片所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复