Latex for IEEE
## Writing Rules
### 题目
1. 题目中的各个单词的首字母需大写,除了 `a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to, up` 这些词,除非它们是标题的第一个或最后一个词。
2. 分行符 `\\` 可以用于手动分行以获得更好的题目格式
3. 不要在题目中放数学和特殊符号
作者姓名和IEEE会员信息(Author names and IEEE memberships)
- note positions of commas and nonbreaking spaces (
~) LaTeX will not break a structure at a ~ so this keeps an author’s name from being broken across two lines. - Use
\thanks{}to gain access to the first footnote area. A separate\thanksmust be used for each paragraph.
Example
\author{Pengyang~Zhao, %~\IEEEmembership{Member,~IEEE,}
Shuping~Zhao, %~\IEEEmembership{Fellow,~OSA,}
and Wenming~Yang,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
\thanks{Pengyang~Zhao, Wenming~Yang and Qingmin~Liao are with the Department
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
GA, 30332 USA. (Corresponding author: Wenming Yang, yangelwm@163.com.)}% <-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.}}摘要(Abstract)
As a general rule, do not put math, special symbols or citations in the abstract or keywords.
表格(Table)
- 表格题目中的各个单词的首字母需要像题目一样大写,除了
a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to, up这些词,除非它们是标题的第一个或最后一个词。
附录 (Appendix)
- Only a single appendix
- If have a single appendix:
\appendix[Proof of the Zonklar Equations]or\appendixfor no appendix heading. - Do not use
\sectionanymore after\appendix, only\section*is possibly needed
- If have a single appendix:
- More than one appendix
- use
\appendices - then use
\sectionto start each appendix
\appendices \section{Proof of the First Zonklar Equation} Appendix one text goes here. % you can choose not to have a title for an appendix % if you want by leaving the argument blank \section{} Appendix two text goes here. - use
致谢(Acknowledgment)
use \section* for acknowledgment, i.e. \section*{Acknowledgment}
How to cite papers
use \cite{}