一般情况下,投ieee的期刊要提交两个版本的论文。一个版本是手稿模式,要求页面四周留出一英寸的空白,正文字号大于等于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 文件里面的注释文字会提供一些很有用的信息