TIFS格式解读

摘要与关键词

1
2
3
4
5
6
7
\begin{abstract}
This document describes...
\end{abstract}

\begin{IEEEkeywords}
Class, IEEEtran, paper, style, template, typesetting.
\end{IEEEkeywords}

引言

首字母大写 :

1
\IEEEPARstart{W}{elcome}

正文

列表

1
2
3
4
\begin{list}{}{}
\item{bare\_jrnl.tex}
\item{bare\_conf.tex}
\end{list}

章节

1
\section{Title}

作者名和机构

1
2
3
4
5
6
7
8
\author{Masahito Hayashi 
\IEEEmembership{Fellow, IEEE}, Masaki Owari
\thanks{M. Hayashi is with Graduate School
of Mathematics, Nagoya University, Nagoya,
Japan}
\thanks{M. Owari is with the Faculty of
Informatics, Shizuoka University,
Hamamatsu, Shizuoka, Japan.}

页眉

1
2
3
4
5
\markboth{Journal of Quantum Electronics, 
Vol. 1, No. 1, January 2021}
{Author1, Author2,
\MakeLowercase{\textit{(et al.)}:
Paper Title}

引用

在开头应该加上 \usepackage{cite}

图片

1
2
3
4
5
6
7
8
9
\usepackage{graphicx}

% 强制图片浮动到top
\begin{figure}[!t]
\centering
\includegraphics[width=2.5in]{fig1}
\caption{This is the caption for one fig.}
\label{fig1}
\end{figure}

子图:(bare_jrnl_new_samples 4. Tex)

加载 subfig

1
2
3
4
5
6
7
8
9
10
11
12
\begin{figure*}[!t]
\centering

\subfloat[]{\includegraphics[width=2.5in]{fig1}%
\label{fig_first_case}}
\hfil % 分割器, 等间距
\subfloat[]{\includegraphics[width=2.5in]{fig1}%
\label{fig_second_case}}

\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_sim}
\end{figure*}

表格

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\begin{table}
\begin{center}
\caption{Filter design equations ...}
\label{tab1}
\begin{tabular}{| c | c | c |}
\hline
Order & Arbitrary coefficients &
coefficients\\
of filter & $e_m$ & $b_{ij}$ \\
\hline
1& $b_{ij}=\hat{e}.\hat{\beta_{ij}}$,
& $b_{00}=0$\\
\hline
2&$\beta_{22}=(~1,-1,-1,~~1,~~1,~~1)$ &\\
\hline
3& $b_{ij}=\hat{e}.\hat{\beta_{ij}}$,
& $b_{00}=0$,\\
\hline
\end{tabular}
\end{center}
\end{table}

% 引用:
Table~\ref{tab1} lists the closed-form...

列表

有三种类型:

Simple unnumbered

1
2
3
4
5
6
7
\begin{list}{}{}
\item{bare\_jrnl.tex}
\item{bare\_conf.tex}
\item{bare\_jrnl\_compsoc.tex}
\item{bare\_conf\_compsoc.tex}
\item{bare\_jrnl\_comsoc.tex}
\end{list}
|281

Numbered

1
2
3
4
5
6
7
\begin{enumerate}
\item{bare\_jrnl.tex}
\item{bare\_conf.tex}
\item{bare\_jrnl\_compsoc.tex}
\item{bare\_conf\_compsoc.tex}
\item{bare\_jrnl\_comsoc.tex}
\end{enumerate}
|285

Bulleted

1
2
3
4
5
6
7
8
\begin{itemize}
\item{bare\_jrnl.tex}
\item{bare\_conf.tex}
\item{bare\_jrnl\_compsoc.tex}
\item{bare\_conf\_compsoc.tex}
\item{bare\_jrnl\_comsoc.tex}
\end{itemize}

|280

对于其他不太常见的元素,如算法、定理和证明,以及浮动结构,如全页表、图形或方程,请参阅'' IEEEtran_HOWTO. Pdf''双列浮动''部分。

其它

节标题后的第一个段落通常不缩进,使用 \noindent

后置内容

致谢

1
2
3
\section{Acknowledgments}
\noindent Text describing those who
supported your paper.

参考文献

1
2
3
4
5
6
\begin{verbatim}
\bibitem{Sira3}
H. Sira-Ramirez. ``On the sliding mode
control of nonlinear systems,''
\textit{Systems \& Control Letters},
vol. 19, pp. 303--312, 1992.
|486

BitTex 的使用

若希望使用 BibTeX,请参阅 IEEEtran 参考书目包附带的文档。

传记和作者照片

作者可以选择是否包含他们的照片。照片应该是位图图形(.tif 或.jpg),大小要适合允许的空间。请参阅下面的代码示例:

无照片版:

1
2
3
\begin{IEEEbiographynophoto}{Jane Doe}
Biography text here without a photo.
\end{IEEEbiographynophoto}

有照片版:

1
2
3
4
5
6
7
8
\begin{IEEEbiography}[{\includegraphics
[width=1in,height=1.25in,clip,
keepaspectratio]{fig1.png}}]
{IEEE Publications Technology Team}
In this paragraph you can place
your educational, professional background
and research and other interests.
\end{IEEEbiography}

数学排版

公式

1
2
3
4
5
6
7
\begin{equation}
\label{deqn_ex1}
x = \sum_{i=0}^{n} 2{i} Q.
\end{equation}

% 引用:
Please see (\ref{deqn_ex1})

公式编号

文章的公式编号为 (1), (2)等,不要使用罗马数字或节号。另外,不要使用连字符,如 1-a, 1.a,而应该使用 1a

多行公式和对齐

单个方程在分割到多行时,每一行之间并没有要求严格对齐。通常在这种情况下,LaTeX 会根据方程的长度和页面的宽度自动选择合适的分割点,以使得方程看起来整洁而美观。

如:

1
2
3
4
5
\begin{multline}
\text{The first line of this example}\\
\text{The second line of this example}\\
\text{The third line of this example}
\end{multline}

多个方程:使用等号对齐

1
2
3
4
\begin{align}
a &= c+d \\
b &= e+f
\end{align}

align 可以有多个对齐点:

1
2
3
4
\begin{align}
x &= y & X & =Y & a &=bc\\
x' &= y' & X' &=Y' &a' &=bz
\end{align}

子编号

amsmath 包提供了一个 subequations 环境来方便子编号。一个例子:

1
2
3
4
5
6
7
\begin{subequations}\label{eq:2}
\begin{align}
f&=g \label{eq:2A}\\
f' &=g' \label{eq:2B}\\
\mathcal{L}f &= \mathcal{L}g \label{eq:2c}
\end{align}
\end{subequations}

分段函数

1
2
3
4
5
6
\begin{equation*}
{z_m(t)} = \begin{cases}
1,&{\text{if}}\ {\beta }_m(t) \\
{0,}&{\text{otherwise.}}
\end{cases}
\end{equation*}

注意 & 符号,它用于标记 tabular 环境中各列的对齐位置。不要使用 \quad 或其他固定空格来尝试对齐列。相比于使用固定空格,使用 & 更加灵活且能够实现更好的列对齐效果。注意使用 \text 宏来插入文本元素,比如 "if" 和 "otherwise"。在数学环境中,使用 \text 可以确保文本元素以正确的字体和样式显示,而不是以数学符号的形式出现。

过时的编码

注意不要使用 $$ 或者 \eqnarray 等过时的编码

使用适当的分隔符

单行非数字标号的公式:

1
2
3
4
5
6
7
\[ . . . \]

or

\begin{equation*}
...
\end{equation*}

多行非数字标号的公式:

1
2
3
\begin{align*}
...
\end{align*}

单行标号的公式:

1
2
3
\begin{equation}
...
\end{equation}

多行数字标号的公式:

1
2
3
\begin{align}
...
\end{align}

参考文献

1
2
3
% 使用bib文件作为参考文档
\bibliographystyle{plain}
\bibliography{refs.bib}

TIFS格式解读
https://d4wnnn.github.io/2024/04/16/Academic/TIFS格式解读/
作者
D4wn
发布于
2024年4月16日
许可协议