IEEE journal article template

1. Template download

1. Log in to the IEEE Author Center.

地址:Publish with IEEE Journals - IEEE Author Center Journals

2. Click "Download a template"

 3. Click IEEE Template Selector on the pop-up template download page.

 4. Click "Transactions, Journals and Letters" on the pop-up template selector page.

5. In the pop-up page, enter the name of the journal you want to query or select the name of the journal you want to query in the drop-down box.

6. Select the article type in the pop-up page. Generally, "Original research and Brief" is selected for the paper.

7. Select the type of template you want to download on the pop-up page. Generally, there are templates in two formats: LaTex or Word, but there are also templates for journals. There is only one template

8. Click "Download Template" on the pop-up page to complete the download.

Finish!

2. Appendix

1. References

The downloaded compressed file looks like this after decompression (we use the latex template file of bare_jrnl_new_sample4.tex--bare_jrnl is the template used for IEEE transactions submission< a i=2>):

bare_jrnl_new_sample4.pdf
bare_jrnl_new_sample4.tex -> latex模板文件
fig1.png
New_IEEEtran_how-to.pdf
New_IEEEtran_how-to.tex

We found that there is no reference style file, so we need to download the updatedIEEEtran.bstfile a>

下载地址:CTAN: /texarchive/tex-archive/macros/latex/contrib/IEEEtran/bibtex

After downloading, put it together with the previous .tex file

Create a new .txt file, copy all the citation information in bib format (the method is as follows), and change the file suffix to .bib after saving.

Many literature managers have the option to export to BibTeX. If not, you can also use Google Scholar

The above li2020above and pastor1984biomass can be changed to the names you like. When citing in the literature, just \cite{li2020above}
After pasting, remember to save it as a xxx.bib file (such as reference. bib)

Change the citation method in the code


把这一大段
\begin{thebibliography}{1}
...
\end{thebibliography}

替换为这两行
\bibliographystyle{IEEEtran}
\bibliography{reference} 
% 上面这个reference是bib的文件名
% 如果是xxx.bib就改成\bibliography{xxx} 

Enter where you need to quote in the text\cite{文献id}, click to generate a preview to see the effect

2. IEEE pictures, tables, and formulas

It should be noted that the IEEE template must be placed in the specified location\label{...}. The specific details are as follows:

1) Pictures

Place the image file in the same directory as .tex


在文内插入图片的例子:
\begin{figure}[!t] 
	\centering
	\includegraphics[width=3.5in]{图片文件名} % 3.5in是图片宽度,按需改
	\caption{图片文本描述}
	\label{图片id}
\end{figure}
% 若要两栏变单栏改成\begin{figure*} ... \end{figure*}

一个文内引用图片的例子:
Fig. \ref{图片id} shows the important region in the input image ...

2) Table

After filling in the values ​​in Excel, copy it toTable Generator to generate the table code, then modify it and insert it into the template below


一个表格例子:
\begin{table}[!t]
	\caption{表格描述\label{tab:表格id}}
	\centering
	\begin{tabular}{...}
	...
	\end{tabular}
\end{table}
% 若要两栏变单栏改成\begin{table*} ... \end{table*}

一个文内引用表格的例子:
In Table \ref{tab:表格id}, we compare the impacts of ...

3) Official

Recommended and easy to useLaTeX formula editor


一个公式例子:
\begin{equation}
	\label{公式id}
	R_{exp}(f)=E(f(x),y)=\int \ell(f(x),y) \mathrm{d}P(x,y)
\end{equation}

一个文内引用公式的例子:
Following (\ref{公式id}), we obtain the equation ...

There is also an inline formula, which is written as$公式内容$. It usually does not have a trailing number and can be placed within the line

一个行内公式例子:
Sample two data pairs, $(x_a,y_a )$ and $(x_b,y_b )$, from the training set $D$.

4) Modification of author and organization information

ReferenceThis blog


我用的一个模板:
\author{\IEEEauthorblockN{
		一作,
		二作\IEEEauthorrefmark{1}, % 星号代码,改变后面的数就有不同样式符号
		三作,
		...
	}
	\IEEEauthorblockA{单位\\
		\IEEEauthorrefmark{1} Correspondence: 邮箱号,}}

5) Some explanations in the IEEE template

Starting settings, including document type, font size, toolkit used, etc.

\documentclass[10pt,journal,final]{IEEEtran}%我们使用的是IEEEtran风格的外部模板,还有一些内置的article等,方括号的是参数,包括字号,期刊类型,所用模板是双列
 
%接下来我们在图片、表格、公式等的编辑中,需要用usepackage导入一些package,就类似于python或C++中包的import和include吧。
\usepackage{multirow} %关于表格
\usepackage{booktabs}
\usepackage{makecell}
 
\usepackage{cite}%参考文献
\usepackage{graphicx}%图片
\graphicspath{
   
   {./figures/}}%说明待加载的图片的路径,在后期图片加载的时候不用再写路径,直接用图片名称
  
\usepackage{amsmath}%公式
\interdisplaylinepenalty=2500
 
% 子图设置
\ifCLASSOPTIONcompsoc
\usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
\else
\usepackage[caption=false,font=footnotesize]{subfig}
\fi
 
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}

The main text begins, and the main text content is contained in

\begin{document} ...  \end{document}

between, and fill in the corresponding text into the corresponding parts, such as abstract, introduction, etc. Section, subsection and subsubsection are the first, second and third level titles respectively, and show the application of the list, as follows.

\begin{document}
%正文开始,把文字填到相应的部分
\title{learning LaTeX}
\author{Hong~Xiao  }
 
\maketitle
\begin{abstract}
As recently as last week, Trump was calling outside advisers to complain about Bolton, people familiar with the conversations said. 
\end{abstract}
 
\begin{IEEEkeywords}
latex
\end{IEEEkeywords}
 
\IEEEpeerreviewmaketitle
 
 
\section{Primary title}%一级标题
Washington (CNN)President Donald Trump has become irritated at an emerging impression his hawkish national security advisers are marching him closer to war with Iran despite his isolationist tendencies, according to people familiar with the matter.
 
%另起一段,回车,空一行
Instead, Trump is signaling his intent to speak with the Iranians as tensions rise in the Persian Gulf, and his national security team has taken steps they hope could facilitate a new diplomatic opening.
 
\subsection{The secondary title}%二级标题
The likelihood of such an opening appears slim. But Trump has raised concern with the heightened rhetoric, believing a large-scale military intervention with Iran would be devastating to him politically, people familiar with the situation said.
 
\subsubsection{The secondary title}%三级标题
 The President has told members of his team that starting a new conflict would amount to breaking his campaign promise to wind down foreign entanglements. And he's chafed at suggestions his aides, led by national security adviser John Bolton, are somehow leading him to war.
\subsection{show list}%列表展示
\begin{enumerate}[\IEEEsetlabelwidth{4)}]%4个条目
	\item AAAAAA.
	\item BBBBBBBBBBBB. 
	\item CCCCCCCCCC.
	\item DDDDDDDDDDDDDDDDDDDDDDD.
	
\end{enumerate}

After writing the path to the image, load it according to its name. The image is stored in the figures folder of the current directory. You don’t need to worry about the position of the image in the template, it will automatically adjust according to the text and image size. The label is only used to reference the picture in the text, using Fig. \ ref { XX }, where XX is the label name, fig1, fig2, fig3. In the reference, words such as Fig. and Tabel. need to be added manually, and \ ref {XX} is just a picture number, automatically numbered according to the order it appears in the .tex file, so you don't have to worry about changing the number when the picture position changes, and it will automatically select Arabic numerals or Roman numerals according to the template style. The label will be displayed in the texstudio label, as shown in the figure.

%图片展示,在模板中不用管图片的位置,会自动根据文字以及图片大小调整
%figure是双栏的图片排版
\begin{figure}[!t]
	\centering %居中
	\includegraphics[scale=1]{2.jpg}%图片大小及加载的图片名称			
	\caption{show single picture.}%图片标题
	\label{fig1}%标注该图片,用于在文章内引用
\end{figure} 
 
%figure*是单栏的图片排版,用于大图片,双栏中放不下的
\begin{figure*}[!t]
	\centering
	\includegraphics[width=6in]{3.jpg}%
	\caption{Sample images of highway test dataset.}
	\label{fig2}
\end{figure*}
 
%多子图的情况
\begin{figure*}[!t]
	\centering
	\subfloat[first]{\includegraphics[width=4in]{2.jpg}
	}
	\hfil
	\subfloat[second]{\includegraphics[width=3in]{2.jpg}
	}
	\hfil\hfil
	\subfloat[third]{\includegraphics[width=5in]{2.jpg}
	}
	\hfil
	\subfloat[ fourth]{\includegraphics[width=2in]{2.jpg}
	}
	
	\caption{multiple features}
	\label{fig3}
\end{figure*}

Please refer to other detailed information for the specific use of the table. It is easier to write simple tables with LaTeX, but large tables are more troublesome, so you can refer to LaTeX Insert Table - Simple Book and use the web online converter ( a>) Convert the visual table into LaTeX code, copy the code to the corresponding location, very easy to use. Create LaTeX tables online – TablesGenerator.com

\begin{table}[!t]
	\renewcommand{\arraystretch}{1.3}
	\caption{show tabel.}%标注该表格,用于在文章内引用
	\label{table1}
	\centering
	\begin{tabular}{ccccc}
		\toprule	
		A & \multicolumn{3}{c}{B}  \\
		\cmidrule{2-4}
		& C & C2 & 3 \\	
		\midrule
		a1 & 0.4 & 0.9 & 0.8 \\
		a2 & 0.1 & 0.1& 0.9 \\
		a3 & 0.5 & 0.0& 0.5 \\
		a4 & 0.7 & 0.7& 0.7 \\
		
		\bottomrule
	\end{tabular}
\end{table}

Please refer to other detailed information for the specific use of the formula.

%行内公式,用$$包围
The $A_{1}=B+C(\dfrac{a}{a\log b})$President has told members of his team that starting a new conflict would amount to breaking his campaign promise to wind do.
 
%行间公式,公式文字内不好放的时候
\begin{equation}
A_{1}=B+C(\dfrac{a}{a\log b})
\end{equation}
o breaking his
 
%行间多行公式共用一个编号
\begin{equation}
\begin{aligned}	
A_{1}=B+C(\dfrac{a}{a\log b})\\
A_{1}=B+C(\dfrac{a}{a\log b})
\end{aligned}
\end{equation}
 
%一行太长写不下,一般在等号或加号出换行
o breaking his
\begin{multline}
A_{1}=B+C(\dfrac{a}{a\log b})+C(\dfrac{a}{a\log b})-C(\dfrac{a}{a\log b})+C(\dfrac{a}{a\log b})\\
=C(\dfrac{a}{a\log b})+C(\dfrac{a}{a\log b})+C(\dfrac{a}{a\log b})\\
=C(\dfrac{a}{a\log b})
\end{multline}

Combined with BibTeX to automatically import and cite references, first store a BibTeX file under the file where test_main.tex is located, named reference, that is, reference.bib. The BibTXT of the reference article can be imported from Google Scholar and other places and copied to reference. Automatically load through the following method, and then you can directly cite the reference, use \cite{XX}, XX is the content after the article in the .bib file, as shown in the figure below.

\bibliographystyle{IEEEtran}%这里选择的是IEEEtran,还可以选择不同的分风格
 
\bibliography{reference}%导入BibTeX.bib,然后就可以直接引用参考文献了,用\cite{XX},XX是.bib文件中article后面的内容,如上所示
 
%引用参考文献
members of\cite{olson1999nutrition} his team that starting a new conflict would amount to breaking his campaign promise\cite{townsend2001food} to winstarting a new conflict would amount to breaking his\cite{olson1999nutrition}.

Guess you like

Origin blog.csdn.net/qq_45100200/article/details/134902391