IEEE 投稿Latex设置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IEEE 投稿Latex设置相关的知识,希望对你有一定的参考价值。
IEEE的Trans投稿使用LATEX应设置成什么模式(用他给的模板)?DRAFT行吗?
他的模板包括多种模式,应该选择哪一种?
ieee的期刊提交分为两个版本的论文
一个版本是手稿模式,要求页面四周留出一英寸的空白,正文字号大于等于11号,双倍行距
另一个版本是双栏模式,就是正式出版时候的样子。这个版本没什么用的,主要是告诉自己论文有多长,发表的时候要交多少钱而已
注:既然你问这个问题,是不是从ieee网站上下载了latex压缩包。如果是的话,里面不是有IEEEtranHOWTO.pdf吗,直接看就行了呗。其实那个pdf里面一大堆IEEE自己定义的东西基本上用不到的。只要你会基本的latex排版规则,再加上会一点公式输入规则,熟悉amsmath宏包中多行公式的排版等等,会插入图片,把自己的非ieee模板论文弄好,然后把.tex文件的
\\documentclassarticle
换成
\\documentclass[journal,oneside]IEEEtran
之类的就OK了。
一个版本是手稿模式,要求页面四周留出一英寸的空白,正文字号大于等于11号,双倍行距
另一个版本是双栏模式,就是正式出版时候的样子。这个版本没什么用的,主要是告诉自己论文有多长,发表的时候要交多少钱而已
下面一段 guideline 摘自 signal processing society 某期刊的要求,里面有讲具体设置的方法的
Authors using LaTeX: the two PDF versions of the manuscript needed for submission can both be produced by the IEEEtran.cls style file. A double-spaced document is generated by including
/documentclass[11pt,draftcls,onecolumn]IEEEtran
as the first line of the manuscript source file, and a single-spaced double-column document for estimating the publication page charges via
\documentclass[10pt,twocolumn,twoside]IEEEtran
for a regular submission, or
\documentclass[9pt,twocolumn,twoside]IEEEtran
for a Correspondence item.
不同期刊有不同的要求,自己要看好相应期刊的 information for authors
再补充点吧 在 ieee 网站上下载到的命名为 IEEEtran 压缩包,解压后有一些文件
如果投的是 computer society 的期刊,则使用 bare_jrnl_comsoc.tex 编辑 否则使用 bare_jrnl.tex 这些 tex 文件里面的注释文字会提供一些很有用的信息本回答被提问者采纳 参考技术B 就用ta给的模板就行了,又省事,又合标准,不要自己设置,除非你是个latex高手,否则会弄巧成拙 参考技术C 用他提供的conf.tex 那个文件即可,不用做什么设置。
LaTexIEEE论文作者信息排版
引言
IEEE 会议论文投稿,样例论文作者信息排版如下:
但是给的 LaTex 模板里面渲染的效果却是这样的:
对应的 LaTex 语法如下:
\\author\\IEEEauthorblockNMichael Shell
\\IEEEauthorblockASchool of Electrical and\\\\Computer Engineering\\\\
Georgia Institute of Technology\\\\
Atlanta, Georgia 30332--0250\\\\
Email: http://www.michaelshell.org/contact.html
\\and
\\IEEEauthorblockNHomer Simpson
\\IEEEauthorblockATwentieth Century Fox\\\\
Springfield, USA\\\\
Email: homer@thesimpsons.com
\\and
\\IEEEauthorblockNJames Kirk\\\\ and Montgomery Scott
\\IEEEauthorblockAStarfleet Academy\\\\
San Francisco, California 96678--2391\\\\
Telephone: (800) 555--1212\\\\
Fax: (888) 555--1212
如何修改 LaTex 语句,使其达到样例论文展示的效果?
教程
按照如下修改方式修改:
\\author
\\IEEEauthorblockN
Michael Shell\\IEEEauthorrefmark1,
Homer Simpson\\IEEEauthorrefmark2,
James Kirk\\IEEEauthorrefmark3, and
Montgomery Scott\\IEEEauthorrefmark3
\\IEEEauthorblockA\\IEEEauthorrefmark1School of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, Georgia 30332--0250
\\IEEEauthorblockA\\IEEEauthorrefmark2Twentieth Century Fox, Springfield, USA
\\IEEEauthorblockA\\IEEEauthorrefmark3Starfleet Academy, San Francisco, California 96678--2391
\\IEEEauthorblockA\\IEEEauthorrefmark3Starfleet Academy, San Francisco, California 96678--2391
\\IEEEauthorblockAms@michaelshell.org, homer@thesimpsons.com, (800) 555--1212, (888) 555--1212
\\IEEEauthorblockACorresponding Author: Michael Shell \\quad Email: ms@michaelshell.org
修改完成渲染效果如下:
发现还是不太一样,作者标注格式是星号,而我们要的是数字。
要想实现数字的效果,需要在 \\begindocument
前插入:
\\DeclareRobustCommand*\\IEEEauthorrefmark[1]%
\\raisebox0pt[0pt][0pt]\\textsuperscript\\footnotesize\\ensuremath#1
最终效果:
参考
插画
【画师】3日目西む 【P站ID】73436968以上是关于IEEE 投稿Latex设置的主要内容,如果未能解决你的问题,请参考以下文章
LATEX 使用问题 报错是undefined control sequence \documentclass[10pt, conference, compsocconf]IEEE