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)

  1. 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.
  2. Use \thanks{} to gain access to the first footnote area. A separate \thanks must 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)

  1. 表格题目中的各个单词的首字母需要像题目一样大写,除了 a, an, and, as, at, but, by, for, in, nor, of, on, or, the, to, up 这些词,除非它们是标题的第一个或最后一个词。

附录 (Appendix)

  1. Only a single appendix
    1. If have a single appendix: \appendix[Proof of the Zonklar Equations] or \appendix for no appendix heading.
    2. Do not use \section anymore after \appendix, only \section* is possibly needed
  2. More than one appendix
    1. use \appendices
    2. then use \section to start each appendix
    Example:
    \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.

致谢(Acknowledgment)

use \section* for acknowledgment, i.e. \section*{Acknowledgment}

How to cite papers

use \cite{}