1账号
dongdongli@mail.nwpu.edu.cn
Ld4
2 模版
官网版本
https://template-selector.ieee.org/secure/templateSelector/publicationType



官网下载的上传到在线版本
在线版本不全,不用
https://www.overleaf.com/gallery/tagged/ieee-official


插图技巧
%===== 单列一个图
\begin{figure}[!t]
\centering
\includegraphics[width=2.5in]{figure/01_projectAll.pdf}
\caption{ Introduction of the Figure ... }
\label{fig_1}
\end{figure}
%===== 双列大图 大图占据整个
\begin{figure*}[htbp]
\centering
\includegraphics[width=\textwidth]{figure/01_projectAll.pdf} % 这里替换成你的图片路径
\caption{ Introduction of the Figure ... }
\label{fig:bigimage}
\end{figure*}
%===== 双列大图 大图内部插入两个分图
\begin{figure*}[!t]
\centering
\subfloat[]{\includegraphics[width=2.5in]{figure/v1Equipment_model.pdf}%
\label{fig_first_case}}
\hfil
\subfloat[]{\includegraphics[width=2.5in]{fig1}%
\label{fig_second_case}}
\caption{ Introduction of the Figure ... }
\label{figure/v1Equipment_model.pdf}
\end{figure*}



浙公网安备 33010602011771号