Latex 常用模版(IEEE Trans系列 双栏期刊)
 发布时间 
 阅读量: 
 阅读量 
一、引入的包
使用前请检查是否有包遗落和冲突。
    \documentclass[lettersize,journal]{IEEEtran}
    \usepackage{amsmath,amsfonts}
    \usepackage{algorithm}
    \usepackage{algpseudocode}
    \usepackage{array}
    \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
    \usepackage{textcomp}
    \usepackage{stfloats}
    \usepackage{url}
    \usepackage{verbatim}
    \usepackage{graphicx}
    \usepackage{cite}
    \usepackage{orcidlink}
    \usepackage{multirow}
    \usepackage{tabularx}
    \usepackage{pifont}
    \hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        二、作者列表
    \author{
    Mingzi Xingshi1$^{1,\dagger \orcidlink{0000-0000-0000-0000}}$, 
    Mingzi Xingshi2$^{2,\dagger \orcidlink{0000-0000-0000-0000}}$,~\IEEEmembership{Member,~IEEE,}
    Mingzi Xingshi3$^{1 \orcidlink{0000-0000-0000-0000}}$,
    Mingzi Xingshi4$^{1 \orcidlink{0000-0000-0000-0000}}$,
    Mingzi Xingshi5$^{1 \orcidlink{0000-0000-0000-0000}}$,~\IEEEmembership{Member,~IEEE,}
    Mingzi Xingshi6$^{2 \orcidlink{0000-0000-0000-0000}}$,
    Mingzi Xingshi7$^{1,* \orcidlink{0000-0000-0000-0000}}$,~\IEEEmembership{Member,~IEEE}
                
    \thanks{$^ \dagger$Equal contributions. $^*$ Corresponding author.} 
    \thanks{$^1$ Mingzi Xingshi1, Mingzi Xingshi3, Mingzi Xingshi4, Mingzi Xingshi5 and Mingzi Xingshi7 are with the [lab], [college], [university], [city] [post code], [province], [country] (email: xxxx@xxx.edu.cn; xxxx@xxx.edu.cn; xxxx@xxx.edu.cn; xxxx@xxx.edu.cn; xxxx@xxx.edu.cn).}
    \thanks{$^2$ Mingzi Xingshi2 and Mingzi Xingshi6 are with [lab], [college], [university], [city] [post code], [province], [country] (email: xxxx@xxx.edu.cn; xxxx@xxx.edu.cn)}}
    
    
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        效果展示


三、伪代码
    The xxx process is summarized in Algorithm \ref{alg:xxx}.
    
    \begin{algorithm}[H]
    \caption{Algorithm for xxxx}
    \label{alg:xxx}
    \begin{algorithmic}[1]
    \Require requirement instruction
    \Ensure the goal to output
    \State step1
    \State step2
    \For{traversal condition1}
    \For{traversal condition2}
        \State step3
        \State step4
    \EndFor
    \EndFor
    \State \Return output
    \end{algorithmic}
    \end{algorithm}
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        效果展示


四、表格
单栏表格
    \begin{table} 
    \renewcommand{\arraystretch}{1.5} % 这行是增加行间距,使得表格更美观,可以删除
    \begin{center}
        \caption{Caption of the table.}\label{tbl9} % 引用标签
        \begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}ccc}
        % {\linewidth}{@{\extracolsep{\fill}}ccc}是为了使得表格横向占满整个单栏
        % ccc代表有三列且居中,l是靠左,r是靠右,可以自由组合
            \hline
            \textbf{A} & \textbf{B} & \textbf{C} \ 
            \hline
            11 & 12 & 13 \  
            21 & 22 & 23 \  
            \hline
        \end{tabular*}
    \end{center}
    \end{table}
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        效果展示
双栏表格
    \begin{table*} \renewcommand{\arraystretch}{1.5}
    \begin{center}
        \caption{Comparison experiments}\label{tbl1}
        \begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}ccccccc}
            \hline
            \multirow{2}{*}{\textbf{Model}} & \multicolumn{5}{c}{\textbf{Accuracy(\%)}} & \multirow{2}{*}{\textbf{Parameters(M)}} \  \cline{2 - 6} 
            & \textbf{A}    & \textbf{B}    & \textbf{C}    & \textbf{D}   & \textbf{AVG}   &  \ 
            \hline
            \textbf{aaa} & 1 & 2 & 3 & 4 & 5 & 6 \ 
            \textbf{bbb}& 1 & 2 & 3 & 4 & 5 & 6 \  
            \textbf{ccc} & 1 & 2 & 3 & 4 & 5 & 6 \ 
            \textbf{ddd} & 1 & 2 & 3 & 4 & 5 & 6 \ 
            \hline
            \textbf{eee(Ours)} & 1 & 2 & 3 & 4 & 5 & 6 \ 
            \hline
        \end{tabular*}
    \end{center}
    \end{table*}
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        效果展示

ding符号 对号和叉号(双栏为例)
记得导包
    \usepackage{pifont}
    \begin{table*} \renewcommand{\arraystretch}{1.5}
    \begin{center}
    \caption{Caption of the table}\label{tbl10}
    \begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}cccccc}
    \hline
    \textbf{+A} & \textbf{+B} & \textbf{+C} & \textbf{+D} & \textbf{A} & \textbf{B} \  \hline
    \ding{55} & \ding{55} & \ding{55} & \ding{55} & 1 & \multicolumn{1}{c}{-} \ 
    \ding{51} & \ding{55} & \ding{55} & \ding{55} & 1 & 2                     \ 
    \ding{51} & \ding{51} & \ding{55} & \ding{55} & 1 & 2                     \ 
    \ding{51} & \ding{55} & \ding{51} & \ding{55} & 1 & 1                     \ 
    \ding{51} & \ding{51} & \ding{55} & \ding{51} & 1 & 2                     \ 
    \ding{51} & \ding{55} & \ding{51} & \ding{51} & 1 & 1                     \ 
    \hline
    \end{tabular*}
    \end{center}
    \end{table*}
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        效果展示

表中表(单栏为例)
    \begin{table} \renewcommand{\arraystretch}{1.5}
    \begin{center}
        \caption{Caption of the table.}\label{tblxxx}
        \begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}lccccc}
            \hline
            \multirow{2}{*}{\textbf{AAA}} & \multicolumn{5}{c}{\textbf{Accuracy(\%)}} \  \cline{2 - 6} 
            & \textbf{A}    & \textbf{B}    & \textbf{C}    & \textbf{D}   & \textbf{AVG} \ 
            \hline
            \textbf{AAA} & 111 & 111 & 111 & 111 & 111 \  \hline
            \textbf{BBB} & 111 & 111 & 111 & 111 & 111 \  \hline
            \begin{tabular}[L]{@{\extracolsep{\fill}}l}\textbf{+AAA}\ \textbf{+BBB}\end{tabular} & 111 & 111 & 111 & 111 & 111 \  \hline
            \begin{tabular}[L]{@{\extracolsep{\fill}}l}\textbf{+AAA}\  \textbf{+BBB}\end{tabular} & 111 & 111 & 111 & 111 & 111 \  \hline
        \end{tabular*}
    \end{center}
    \end{table}
    
    Table \ref{tblxxx} 
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        效果展示

五、图片
画图我还是推荐大家使用PPT,然后导出为pdf,大道至简。
鸣谢:本文使用的小狗图片来源为小狗图。
单栏单图
    \begin{figure}
    \centering
    \includegraphics[width=0.5\textwidth, trim=2cm 0.25cm 2cm 0.2cm]{pic/dog.pdf}
    \caption{Dog.}
    \label{fig:dog}
    \end{figure}
    
    Figure \ref{fig:dog} is one picture of the cute dog.
    
    
      
      
      
      
      
      
      
      
    
    AI写代码
        
双栏单图
    \begin{figure*}
    \centering
    \includegraphics[scale=0.5]{pic/dog.pdf}
    \caption{Dog.}
    \label{fig:dog2}
    \end{figure*}
    
    
      
      
      
      
      
      
    
    AI写代码
        效果展示

竖版单栏子图
    \begin{figure}[!t]
    \centering
    \subfloat[]{\includegraphics[width=3.5in]{pic/dog.pdf}%
    \label{fig:dog3-1}}
    \hfil
    \subfloat[]{\includegraphics[width=3.5in]{pic/dog.pdf}%
    \label{fig:dog3-2}}
    \caption{Dog.}
    \label{fig:dog3}
    \end{figure}
    
    Figure \ref{fig:dog3}, Figure \ref{fig:dog3-1}, Figure \ref{fig:dog3-2}.
    
    
      
      
      
      
      
      
      
      
      
      
      
      
    
    AI写代码
        效果展示


六、作者传记(带图片)
    \section{Biography Section}
    \vspace{-33pt} % 要加这个对行间距进行改变
    \begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{pic/dog.pdf}}]{Mingzi Xingshi} received the B.E. degree in [major] from the [college], [university], [city], [province], [country], in [year]. At present, he or she is engaged in postgraduate studies for the M.S. degree in the[college], [university], [city], [province], [country]. His or her research interests xxx. 
    \end{IEEEbiography}
    
    
      
      
      
      
    
    AI写代码
        效果展示

七、最后
祝福大家新年快乐,paper顺利发表!
全部评论 (0)
 还没有任何评论哟~ 
