我是靠谱客的博主 眼睛大山水,这篇文章主要介绍IEEE插入图片,现在分享给大家,希望可以做个参考。

需要添加下面的包:

复制代码
1
2
3
4
5
ifCLASSOPTIONcompsoc usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig} else usepackage[caption=false,font=footnotesize]{subfig} fi

还需要添加一个包

复制代码
1
usepackage{graphicx}

如果想让图很大(或者一个图包含多个子图),需要占据两列,那么需要*符号:

复制代码
1
2
3
4
5
6
7
8
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*}

上面这个例子,如果去掉*,那么就变成多个子图,但占一列。

如果是单个图,只需要占一列:

复制代码
1
2
3
4
5
6
begin{figure}[!t] centering includegraphics[width=2.5in]{a.png} caption{Forklift structure.} label{forklift} end{figure}

 

最后

以上就是眼睛大山水最近收集整理的关于IEEE插入图片的全部内容,更多相关IEEE插入图片内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(73)

评论列表共有 0 条评论

立即
投稿
返回
顶部