IEEE COMMUNICATIONS LETTERS Writing Latex Template

This template is adapted from the IEEE template and is an exclusive writing template for the IEEE COMMUNICATIONS LETTERS journal:

IEEE official Latex template download:  https://journals.ieeeauthorcenter.ieee.org/create-your-ieee-journal-article/authoring-tools-and-templates/tools-for-ieee-authors/ieee-article-templates/

The project download link of this articlehttps://download.csdn.net/download/jac_chao/16568486

Operating environment:  https://cn.overleaf.com/  platform (recommended, no need to configure the environment on the computer, run online and save in real time, very easy to use!)

TexStudio can also be used directly!

File structure:

  • IEEE_train_templet.tex is the entry file of the project
  • Figure is the picture used in the paper
  • reference.bib is the reference bib file

We only need to care about the above three files!

Paper display effect:

1 Required packages

\usepackage{graphicx}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{booktabs}
\usepackage[colorlinks,linkcolor=black,anchorcolor=black,citecolor=black]{hyperref}

Pictures, tables, etc. can be inserted in the usual way of Latex!

2 Making the form

It is recommended to use the Excel2LaTeX-master tool, use excel to make a table, and then use this tool to directly export the code in Latex format!

Download address:  https://www.latexstudio.net/archives/6992.html

After downloading, unzip and click on the file, and then open the edited data file to use it directly. ( If you mention that the add-in trust is limited, you need to add the address of the tool to the new person's address in Excel! )

Steps:

The format can be set directly in excel

Finally, copy the generated code to Latex!

3 References

(1) Add references in bibTex format to reference.bib

(2) Add citations in the text

\cite{[1]}

 

4 main code


\documentclass[10pt,journal]{IEEEtran}

\usepackage{graphicx}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{booktabs}
\usepackage[colorlinks,linkcolor=black,anchorcolor=black,citecolor=black]{hyperref}

% *** GRAPHICS RELATED PACKAGES ***
%
\ifCLASSINFOpdf
  % \usepackage[pdftex]{graphicx}
  % declare the path(s) where your graphic files are
  % \graphicspath{
   
   {../pdf/}{../jpeg/}}
  % and their extensions so you won't have to specify these with
  % every instance of \includegraphics
  % \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\else
  % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
  % will default to the driver specified in the system graphics.cfg if no
  % driver is specified.
  % \usepackage[dvips]{graphicx}
  % declare the path(s) where your graphic files are
  % \graphicspath{
   
   {../eps/}}
  % and their extensions so you won't have to specify these with
  % every instance of \includegraphics
  % \DeclareGraphicsExtensions{.eps}
\fi
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
% required if you want graphics, photos, etc. graphicx.sty is already
% installed on most LaTeX systems. The latest version and documentation
% can be obtained at: 
% http://www.ctan.org/pkg/graphicx
% Another good source of documentation is "Using Imported Graphics in
% LaTeX2e" by Keith Reckdahl which can be found at:
% http://www.ctan.org/pkg/epslatex
%
% latex, and pdflatex in dvi mode, support graphics in encapsulated
% postscript (.eps) format. pdflatex in pdf mode supports graphics
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
% which can result in "jaggedy"/blurry rendering of lines and letters as
% well as large increases in file sizes.
%
% You can find documentation about the pdfTeX application at:
% http://www.tug.org/applications/pdftex


% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}


\begin{document}
%
% paper title

\title{Preparation of Papers for IEEE TRANSACTIONS and JOURNALS}


% 作者和基金
% use a multiple column layout for up to three different
% affiliations
\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
        John~Doe,~\IEEEmembership{Fellow,~OSA,}
        and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
\thanks{M. Shell was with the Department
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
GA, 30332 USA e-mail: (see http://www.michaelshell.org/contact.html).}% <-this % stops a space
\thanks{J. Doe and J. Doe are with Anonymous University.}% <-this % stops a space
\thanks{Manuscript received April 19, 2005; revised August 26, 2015.}}

% The paper headers
\markboth{IEEE COMMUNICATIONS LETTERS,~Vol.~xx, No.~xx, August~2021}%
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Computer Society Journals}

% make the title area
\maketitle

% As a general rule, do not put math, special symbols or citations
% in the abstract
\begin{abstract}
These instructions give you guidelines for preparing papers for IEEE Transactions and Journals. Use this document as a template if you are using Microsoft Word 6.0 or later. Otherwise, use this document as an instruction set. The electronic file of your paper will be formatted further at IEEE. Paper titles should be written in uppercase and lowercase letters, not all uppercase. Avoid writing long formulas with subscripts in the title; short formulas that identify the elements are fine (e.g., "Nd–Fe–B"). Do not write “(Invited)” in the title. Full names of authors are preferred in the author field, but are not required. Put a space between authors’ initials. The abstract must be a concise yet comprehensive reflection of what is in your article. In particular, the abstract must be self-contained, without abbreviations, footnotes, or references. It should be a microcosm of the full article.
\end{abstract}

% keywords
\begin{IEEEkeywords}
 key words1, key words2, key words3
\end{IEEEkeywords}


\IEEEpeerreviewmaketitle



\section{Introduction}
% no \IEEEPARstart
\IEEEPARstart{T}{his} demo file is intended to serve as a ``starter file''
for IEEE conference papers produced under \LaTeX\ usingcloud computing platforms have been unable

I wish you the best of success\cite{[1]}.

% \hfill mds
 
% \hfill August 26, 2015

\subsection{Subsection Heading Here}
Subsection text here.


\subsubsection{Subsubsection Heading Here}
Subsubsection text here.


\section{Figure}
\begin{figure}[h]
	% Use the relevant command to insert your figure file.
	% For example, with the graphicx package use
	\includegraphics[scale=0.4]{Figure/Fig1.png}
	% figure caption is below the figure
	\caption{Data figurel}
	\label{fig:1}       % Give a unique label
\end{figure}

\section{Table}
\begin{table}[htbp]
  \caption{The mainly symbol definition}
  \label{tab:1}       % Give a unique label
  \centering
    \begin{tabular}{ccc}
    \toprule
    Symbol & Quality & Data \\
    \midrule
    \textit{i} & magnetic flux & 1 \\
    \textit{j} & susceptibility & 2 \\
    \textit{k} & permeability & 3 \\
    \bottomrule
    \end{tabular}%
\end{table}%



\section{Algorithm}
\begin{algorithm}[h]
	\caption{Calculate $y = x^n$} 
	\label{alg:alg1}
	\begin{algorithmic}
		% 输入
		\REQUIRE $n \geq 0 \vee x \neq 0$ 
		% 输出
		\ENSURE $y = x^n$ 
		
		% 初始化
		\STATE $y \leftarrow 1$ 
		
		% 逻辑
		\IF{$n < 0$} 
			\STATE $X \leftarrow 1 / x$ 
			\STATE $N \leftarrow -n$ 
		\ELSE 
			\STATE $X \leftarrow x$ 
			\STATE $N \leftarrow n$
		\ENDIF
		
		\WHILE{$N \neq 0$} 
			\IF{$N$ is even} 
				\STATE $X \leftarrow X \times X$ 
				\STATE $N \leftarrow N / 2$ 
			\ELSIF{$N$ is odd}
				\STATE $y \leftarrow y \times X$ 
				\STATE $N \leftarrow N - 1$ 
			\ENDIF 
		\ENDWHILE
	\end{algorithmic}
\end{algorithm}

\section{Conclusion}
The conclusion goes here.




% conference papers do not normally have an appendix


% use section* for acknowledgment
% \section*{Acknowledgment}


% The authors would like to thank...


% references section

% \begin{thebibliography}{1}

% \bibitem{IEEEhowto:kopka}
% H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
%   0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.

% \end{thebibliography}
% 用bib文件生成参考文献
\bibliographystyle{IEEEtran}
% argument is your BibTeX string definitions and bibliography database(s)
\bibliography{IEEEabrv,reference.bib}

% that's all folks
\end{document}


 

 

Guess you like

Origin blog.csdn.net/jac_chao/article/details/115524982