1. 在导言区增加
 \usepackage{fancyhdr}
 \renewcommand{\headrulewidth}{0pt}
 \renewcommand{\footrulewidth}{0pt}
  2. maketitle后增加
 \thispagestyle{fancy}
 \fancyhead{}
 \lhead{}
 \lfoot{\copyright~2014 IEEE}
 \cfoot{}
 \rfoot{},
效果如下

 1. 在导言区增加
 \usepackage{fancyhdr}
 \renewcommand{\headrulewidth}{0pt}
 \renewcommand{\footrulewidth}{0pt}
  2. maketitle后增加
 \thispagestyle{fancy}
 \fancyhead{}
 \lhead{}
 \lfoot{\copyright~2014 IEEE}
 \cfoot{}
 \rfoot{},
效果如下
