IEEE Latex模板(自用版)
2026-05-21
张柯论文指导

整体Latex模板
下面模板需要名称为fig1的图片, 即可正常编译。
texstudio,pdflatex
algorithmic}
\usepackage{algorithm}
\usepackage{array}
\usepackage[caption=false,font=normalsize,labelfont=rm,textfont=rm]{subfig}
\usepackage{textcomp}
\usepackage{stfloats}
\usepackage{url}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{cite}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
citecolor=blue,
urlcolor=blue
}
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
% updated with editorial comments 8/9/2021
\usepackage{microtype}
\usepackage{pdfpages}
\pdfsuppresswarningpagegroup=1
\DeclareSubrefFormat{myparens}{#1(#2)}
\captionsetup[subfloat]{subrefformat=myparens}
\usepackage{orcidlink}
\renewcommand{\eqref}[1]{\textcolor{blue}{(\ignorespaces}\textcolor{blue}{\ref{#1}}\textcolor{blue}{)}}
\usepackage{multirow}
\begin{document}
\title{A Sample Article Using IEEEtran.cls\\ for IEEE Journals and Transactions}
\author{IEEE Publication Technology\orcidlink{0000-0000-0000-0000},~\IEEEmembership{Staff,~IEEE,}
% <-this % stops a space
\thanks{This paper was produced by the IEEE Publication Technology Group. They are in Piscataway, NJ.}% <-this % stops a space
\thanks{Manuscript received April 19, 2021; revised August 16, 2021.}}
% The paper headers
\markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2021}%
{Shell \MakeLowercase{\textit{et al.}}: A Sample Article Using IEEEtran.cls for IEEE Journals}
\maketitle
\pagestyle{empty} % no page number for the second and the later pages
\thispagestyle{empty} % no page number for the first page
\begin{abstract}
This document describes the most common article elements and how to use the IEEEtran class with \LaTeX \ to produce files that are suitable for submission to the IEEE.
\end{abstract}
\begin{IEEEkeywords}
Article submission, IEEE, IEEEtran, journal, \LaTeX, paper, template, typesetting.
\end{IEEEkeywords}
\section{Text}
\label{section_1} % 章节标签
\IEEEPARstart{T}{his} file is intended to serve as a ``sample article file''
for IEEE journal papers produced under \LaTeX\ using
IEEEtran.cls version 1.8b and later.
\subsection{Citations}
\label{section_1_1} % 章节标签
See \cite{ref1,ref2,ref3,ref4} for resources on formatting math into text and additional help in working with \LaTeX .
\section{Figure}
\label{section_2} % 章节标签
Fig. \ref{fig_1}.
\newpage
\begin{figure}[!t]
\centering
\includegraphics[width=2.5in]{fig1}
\caption{Simulation results for the network.}
\label{fig_1} % 图片标签
\end{figure}
\section{Sub Figure}
% 跨栏子图
\begin{figure*}[!t]
\centering
\subfloat[]{\includegraphics[width=2in]{fig1}%
\label{fig_2_1}}
\hfil
\subfloat[]{\includegraphics[width=2in]{fig1}%
\label{fig_2_2}}
\caption{Dae. Ad quatur autat ut porepel itemoles dolor autem fuga. Bus quia con nessunti as remo di quatus non perum que nimus. (a) Case I. (b) Case II.}
\label{fig_2}
\end{figure*}
% 单栏子图
\begin{figure}[!t]
\centering
\subfloat[]{\includegraphics[width=2in]{fig1}%
\label{fig_3_1}}
\hfil
\subfloat[]{\includegraphics[width=2in]{fig1}%
\label{fig_3_2}}
\caption{Dae. Ad quatur autat ut porepel itemoles dolor autem fuga. Bus quia con nessunti as remo di quatus non perum que nimus. (a) Case I. (b) Case II.}
\label{fig_3}
\end{figure}
% 单栏并列子图
\begin{figure}[!t]
\centering
\subfloat[]{\includegraphics[width=0.4\linewidth]{fig1}\label{fig_4_1}}
\hfil
\subfloat[]{\includegraphics[width=0.4\linewidth]{fig1}\label{fig_4_2}}
\caption{Dae. Ad quatur autat ut porepel itemoles dolor autem fuga. Bus quia con nessunti as remo di quatus non perum que nimus. (a) Case I. (b) Case II.}
\label{fig_4}
\end{figure}
Fig. \subref*{fig_4_2}. % 子图引用
\section{Table}
% 单栏表格
\begin{table}[!t]
\renewcommand{\arraystretch}{1.2}
\caption{table}
\centering
\label{table_1}
\begin{tabular}{p{0.4\columnwidth} p{0.12\columnwidth} p{0.12\columnwidth} p{0.12\columnwidth}}
\hline\hline \\[-3mm]
Items & Symbol & Unit & Value \\ \hline
a & b & c & d \\
a & b & c & d \\
\hline\hline
\end{tabular}
\end{table}
% 跨栏表格
\begin{table*}[!t]
\renewcommand{\arraystretch}{1.2}
\caption{table}
\centering
\label{table_2}
\begin{tabular}{p{0.8\columnwidth} p{0.4\columnwidth} p{0.4\columnwidth} p{0.4\columnwidth}}
\hline\hline \\[-3mm]
Items & Symbol & Unit & Value \\ \hline
a & b & c & d \\
a & b & c & d \\
\hline\hline
\end{tabular}
\end{table*}
\section{Equation}
% 单栏公式
\begin{equation}
\label{deqn_ex1a}
x = \sum_{i=0}^{n} 2{i} Q.
\end{equation}
% 子公式
\begin{subequations}
\label{eq_2}
\begin{align}
F &= ma \label{eq_2_1} \\
E &= mc^2 \label{eq_2_2} \\
p &= mv \label{eq_2_3}
\end{align}
\end{subequations}
\newpage
% 在后续页面合适位置输入带底边线的跨栏公式
\begin{figure*}[!t]
\begin{equation}
\label{eq:main}
\mathcal{F}(x) = \int_{-\infty}^{\infty} f(\xi) e^{-2\pi i x \xi} d\xi
\end{equation}
\hrulefill
\end{figure*}
\section{Conclusion}
The conclusion goes here.
\section*{Acknowledgments}
This should be a simple paragraph before the References to thank those individuals and institutions who have supported your work on this article.
{\appendix[Proof of the Zonklar Equations]
\begin{thebibliography}{99}
\bibliographystyle{IEEEtran}
\bibitem{ref1}
Z. Zhu, D. Howe, E. Bolte, and B. Ackermann, "Instantaneous magnetic field distribution in brushless permanent magnet dc motors. Part I: Open-circuit field," \textit{IEEE Trans. Magn.}, vol. 29, no. 1, pp. 124-135, Jan. 1993, doi: {\color{blue}\href{http://dx.doi.org/10.1109/20.195557}{10.1109/20.195557}}.
\bibitem{ref2}
Z. Zhu, D. Howe, E. Bolte, and B. Ackermann, "Instantaneous magnetic field distribution in brushless permanent magnet dc motors. Part I: Open-circuit field," \textit{IEEE Trans. Magn.}, vol. 29, no. 1, pp. 124-135, Jan. 1993, doi: {\color{blue}\href{http://dx.doi.org/10.1109/20.195557}{10.1109/20.195557}}.
\bibitem{ref3}
Z. Zhu, D. Howe, E. Bolte, and B. Ackermann, "Instantaneous magnetic field distribution in brushless permanent magnet dc motors. Part I: Open-circuit field," \textit{IEEE Trans. Magn.}, vol. 29, no. 1, pp. 124-135, Jan. 1993, doi: {\color{blue}\href{http://dx.doi.org/10.1109/20.195557}{10.1109/20.195557}}.
\bibitem{ref4}
Z. Zhu, D. Howe, E. Bolte, and B. Ackermann, "Instantaneous magnetic field distribution in brushless permanent magnet dc motors. Part I: Open-circuit field," \textit{IEEE Trans. Magn.}, vol. 29, no. 1, pp. 124-135, Jan. 1993, doi: {\color{blue}\href{http://dx.doi.org/10.1109/20.195557}{10.1109/20.195557}}.
\end{thebibliography}
\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{fig1}}]{Michael Shell}
Use $\backslash${\tt{begin\{IEEEbiography\}}} and then for the 1st argument use $\backslash${\tt{includegraphics}} to declare and link the author photo.
Use the author name as the 3rd argument followed by the biography text.
\end{IEEEbiography}
\vspace{11pt}
\bf{If you will not include a photo:}\vspace{-33pt}
\begin{IEEEbiographynophoto}{John Doe}
Use $\backslash${\tt{begin\{IEEEbiographynophoto\}}} and the author name as the argument followed by the biography text.
\end{IEEEbiographynophoto}
\vfill
\end{document}

IEEE Latex模板(自用版)
80个英语专业论文题目文化研究方向英语语言学文学论文选题
50个会计论文选题推荐
DEA数据包络分析论文怎么写
300多条英语专业论文选题汇总(吐血整理)
50个新闻传媒研究热点与选题参考
ai毕业论文开题报告写作
50个本科经济管理类论文选题
7天内快速完成一篇汉语言文学专业毕业论文
38本论文写作指南书单
Industrial & Engineering Chemistry Research论文模板下载
APA第七版参考文献格式之期刊文献引用规范详解
DeepSeek 给出的硕士论文框架大纲(通用模板)
Elsevier(爱思唯尔)论文模板下载地址及说明
7个免费查重网站!
如果需要论文指导,可联系网站客服!
学员评价

推荐阅读:
- 上一篇:80个英语专业论文题目文化研究方向英语语言学文学论文选题
- 下一篇:没有了