标题&作者

1、标题 \title{}

“Line breaks (\\) may be used to equalize the length of the title lines. Do not use math or other special symbols in the title.”

2、作者信息 \author{}

\author{}内先列作者,后写\thanks{},最后一个作者和第一个\thanks{}之间不能有空格,各\thanks{}之间也不能有空格,这里IEEE模板用了一个很机智的方法来避免不小心敲进去的空格,即在末尾加注释符%

\author{Michael~Shell,~\IEEEmembership{Member,~IEEE,}
John~Doe,~\IEEEmembership{Fellow,~OSA,}
and~Jane~Doe,~\IEEEmembership{Life~Fellow,~IEEE}% <-this % stops a space
\thanks{M. Shell is with the Department
of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta,
GA, 30332 USA e-mail: (see http://www.michaelshell.org/contact.html).}% <-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 December 27, 2012.}}

\thanks{} : 该命令在\author{}命令内部使用,说明文稿的录用时间和作者通讯方式,放在footnote(脚注)处。

命令内部不支持多个段落,所以如果要分段的话只能多用几次\thanks{}就OK了。

3、Running Headings (页眉) \markboth{}

在页眉显示期刊名称和文章名称,初稿一般用不到

“\markboth{Journal of \LaTeX\ Class Files,~Vol.~11, No.~4, December~2012}%

{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Journals}

% The only time the second header will appear is for the odd numbered pages

% after the title page when using the twoside option.”

4、Publication ID Marks  \IEEEpubid{}

文章出版ID,初稿用不到,录用之后才会有,但是之前可以在论文中给它留空

“If \IEEEpubid{} is used, a second command, \IEEEpubidad

jcol must be issued somewhere in the second column of the

title page.”

摘要&关键词

\begin{abstract}
The abstract goes here.
\end{abstract} \begin{IEEEkeywords}
IEEEtran, journal, \LaTeX, paper, template.
\end{IEEEkeywords}

利用以上代码(模板bare_jrnl中有),摘要和关键词会在双栏排版中位于第一栏,在正文第一段之前,但有的期刊要求摘要和关键词紧挨作者横跨两栏,如 The Computer Society and TRANSACTIONS ON MAGNETICS

此时使用组合\IEEEtitleabstractindextext{}和\IEEEdisplaynontitleabstractindextext 可以根据\document 中要求的文本环境自动改变摘要和关键词的位置,前者使用时需将摘要命令和关键词命令放到其括号里,后者放在

\maketitle 和 \IEEEpeerreviewmaketitle 命令之间。以下是bare_jrnl_transmag 中的代码,如果使用\documentclass[journal,transmag]{IEEEtran}则摘要关键词不分栏,使用\documentclass[journal]{IEEEtran}则分栏,大家可以试试。以下两图分别是摘要不分栏和摘要分栏的效果。

\IEEEtitleabstractindextext{%
\begin{abstract}
The abstract goes here.
\end{abstract} \begin{IEEEkeywords}
IEEEtran, journal, \LaTeX, paper, template.
\end{IEEEkeywords}} % make the title area
\maketitle
\IEEEdisplaynontitleabstractindextext
\IEEEpeerreviewmaketitle

模版默认关键词的地方写的是Index Terms, 修改关键词为Keywords的方法:在IEEEtran.cls文件中,将 IEEEkeywords的定义改掉就可以了。将\def\IEEEkeywordsname{Index Terms}改成了\def\IEEEkeywordsname{Keywords}。参考地址:http://blog.sina.com.cn/s/blog_76c370a20100qw15.html

最新文章

  1. RS-232, RS-422, RS-485 Serial Communication General Concepts(转载)
  2. 第五章——搭建S3C6410开发板的测试环境
  3. 深入理解OOP(四): 多态和继承(抽象类)
  4. 使用VideoView播放视频
  5. [android]fmodex在某些android设备上声音延迟Latency
  6. 网站出现 HTTP 错误 401.2 - 未经授权:访问由于服务器配置被拒绝
  7. [Leetcode][Python]33: Search in Rotated Sorted Array
  8. C++中实现链表的删除和颠倒
  9. 初始WebApi 利用WebApi实现基础的CRUD
  10. 微软BI 之SSIS 系列 - 使用 Script Task 访问非 Windows 验证下的 SMTP 服务器发送邮件
  11. Java内存分配之堆、栈和常量池
  12. 5 个免费的受欢迎的 SQLite 管理工具【申明:来源于网络】
  13. HTML5_canvas_线性渐变
  14. 【BZOJ4771】七彩树(主席树)
  15. sql语句格式化数字(前面补0)
  16. (原)关于获取ffmpeg解析rtsp流sdp中带有sps,pps的情况
  17. Java基础-使用Idea进行远程调试
  18. 【Unity】12.2 导航网格寻路简单示例
  19. Property &#39;sqlSessionFactory&#39; or &#39;sqlSessionTemplate&#39; are required
  20. JSP简单练习-定时刷新页面

热门文章

  1. centos 6.5 中设置mysql 5.1.73 主从同步配置过程
  2. 算法:Astar寻路算法改进,双向A*寻路算法
  3. 浏览器兼容性小记-DOM篇(一)
  4. Homework 3
  5. 用canvas开发H5游戏小记
  6. [源码]NumberToUpper 数字转中文
  7. Windows Live Writer 初次使用
  8. IOS UIView 03- 自定义 Collection View 布局
  9. CSS折行小记
  10. 将不确定变为确定~DateTime.MinValue和MaxValue引发的异常