Changelog history of the IEEEtran LaTeX class.
2015/08/26
by Michael Shell (MDS)
http://www.michaelshell.org/
2015/08/26 V1.8b (MDS) changes:
1) Added new comsoc mode for the IEEE Communications Society.
This mode (at present) only invokes the use of the newtxmath math fonts.
2) Revised IEEEeqnarray column specifications to work with active "
(or other punctuation catcode changes) as with babel under the
german or ngerman language modes.
Thanks to Stefan M. Moser for reporting this problem.
3) Added \indexspace and other index related macros as newer versions of
article.cls now do. These macros are needed to avoid an error when
using the glossaries package.
Thanks to Sebastian Nyberg for suggesting this change.
4) Fixed odd/even page header font bug under compsoc mode and
other page style code improvements.
Thanks to Marco Paolieri for reporting this problem.
5) Added hooks to allow for easy control of spacing above title.
6) Added the \IEEEnoauxwrite command.
Thanks to Sudarshan Mukherjee for suggesting this feature.
2014/09/17 V1.8a (MDS) changes:
1) Extensive rework of the compsoc mode to comply with the latest standards
of the IEEE Computer Society.
2) Internal code improvements for page setup and command argument
processing.
3) Fixed abstract, index terms and diamond line for compsoc technotes.
Thanks to Dimitris Schinianakis for reporting this problem.
4) New cspaper option to support the special trim paper size
(7.875in x 10.75in) used in actual Computer Society journals. For
compsoc journal mode, typesetting will not be altered by the use of this
option.
5) New \IEEEraisesectionheading{} command to provide for the special raised
first section heading of Computer Society journal papers.
6) Increased \clubpenalty, \widowpenalty, \displaywidowpenalty to
discourage paragraph breaks at the first and last lines.
Thanks to Dirk Beyer for suggesting this change.
7) Added lines per column console message.
*******
2012/12/27 V1.8 (MDS) changes::
1) New transmag class option to support the IEEE Transactions on Magnetics
format. Thanks to Wei Yingkang, Sangmin Suh and Benjamin Gaussens
for suggestions and beta testing.
2) The \IEEEcompsoctitleabstractindextext and
\IEEEdisplaynotcompsoctitleabstractindextext
commands have been deprecated in favor of their
\IEEEtitleabstractindextext and \IEEEdisplaynontitleabstractindextext
(observe that the "not" has changed to "non") equivalents. This change
generalizes and decouples them from compsoc mode because the new
transmag mode also uses them now.
3) Added new *-forms of \IEEEyesnumber*, \IEEEnonumber*, \IEEEyessubnumber*,
and \IEEEnosubnumber* (the non-star form of the latter is also new) which
persist across IEEEeqnarray lines until countermanded. To provide for
continued subequations across instances of IEEEeqnarrays as well as for
subequations that follow a main equation (e.g., 14, 14a, 14b ...)
\IEEEyessubnumber no longer automatically increments the equation number
on it's first invocation of a subequation group. Invoke both
\IEEEyesnumber\IEEEyessubnumber together to start a new
equation/subequation group.
4) Hyperref links now work with IEEEeqnarray equations.
Thanks to Stefan M. Moser for reporting this problem.
5) Fixed \markboth so that it does not cause an error with babel.sty.
Thanks to Frank Meier for suggesting this change.
6) Change all instances of ~ to \nobreakspace to avoid
! Argument of \language@active@arg~ has an extra }
figure caption error with bable.sty under spanish. Thanks to
Manuel Olivares and Javier Bezos for suggesting this change.
7) Allow line breaks within long theorem names.
Thanks to Miquel Payaro for suggesting this change.
8) Revised \IEEEeqnarraymulticol{} to allow inner alignments without
requiring extra containing braces to prevent an incomplete \ifx error.
Thanks to Stefan M. Moser and Auke van der Valk for reporting this
problem.
9) Revised spacing at top of top figures and tables to better
align with the top main text lines as IEEE does in its journals.
Thanks to Dirk Beyer for reporting this issue and beta testing.
10) Removed support for legacy IED list commands, legacy QED and proof
commands and the legacy biography and biographynophoto environments.
IEEEtran no longer defines or references \labelindent so as to
avoid namespace problems with list packages that define it.
Thanks to Sven K�hler for reporting the problem with enumitem.sty.
*******
2007/03/05 V1.7a (MDS) changes:
1) Corrected problem of unwanted two column peer review title page format.
Thanks to Virgilio Rodriguez for reporting this bug.
2) "depreciated" -> "deprecated". Thanks to Virgilio Rodriguez for
suggesting this change.
*******
2007/01/11 V1.7 (MDS) changes:
1) New class option compsoc to support the IEEE Computer Society format.
2) New class option captionsoff disables the display of figure/table
captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff
Walker for suggesting these changes.
3) Fixed compatibility issues with subfig.sty and caption.sty. Thanks to
Steven Douglas Cochran and Axel Sommerfeldt for suggesting this change.
4) New \CLASSINPUT, \CLASSOPTION and \CLASSINFO interface allows for more
user control and conditional compilation.
5) \ifcenterfigcaptions (\centerfigcaptionstrue, \centerfigcaptionsfalse),
\CMPARstart and \overrideIEEEmargins have been removed and no are
longer supported. The effect of \overrideIEEEmargins can be mimicked
via the more general \CLASSINPUT interface:
% US letter paper:
\newcommand{\CLASSINPUTinnersidemargin}{0.775in}
\newcommand{\CLASSINPUToutersidemargin}{0.585in}
% A4 paper:
\newcommand{\CLASSINPUTinnersidemargin}{17mm}
\newcommand{\CLASSINPUToutersidemargin}{11.647mm}
6) Several commands and environments have been deprecated in favor of
replacements with IEEE prefixes to better avoid potential future name
clashes with other packages. Legacy code retained to allow the use of
the obsolete forms (for now), but with a warning message to the console
during compilation:
\IEEEauthorblockA, \IEEEauthorblockN, \IEEEauthorrefmark,
\IEEEbiography, \IEEEbiographynophoto, \IEEEkeywords, \IEEEPARstart,
\IEEEproof, \IEEEpubid, \IEEEpubidadjcol, \IEEEQED, \IEEEQEDclosed,
\IEEEQEDopen, \IEEEspecialpapernotice. IEEEtran.cls now redefines
\proof in way to avoid problems with the amsthm.sty package.
For IED lists:
\IEEEiedlabeljustifyc, \IEEEiedlabeljustifyl, \IEEEiedlabeljustifyr,
\IEEEnocalcleftmargin, \IEEElabelindent, \IEEEsetlabelwidth,
\IEEEusemathlabelsep
7) These commands/lengths now require the IEEE prefix and do not have
legacy support: \IEEEnormaljot.
For IED lists: \ifIEEEnocalcleftmargin, \ifIEEEnolabelindentfactor,
\IEEEiedlistdecl, \IEEElabelindentfactor
8) \normalsizebaselineskip skip replaced by
\CLASSINFOnormalsizebaselineskip (nonrubber dimen) length.
Also, new \CLASSINFOnormalsizeunitybaselineskip (nonrubber dimen)
provided.
9) Now defaults to using Alpha numbering rather than Roman for appendices
numbering. This is because Alpha numbering is more common and avoids
problems with theorem numbering. \ifuseRomanappendices
(\useRomanappendicestrue, \useRomanappendicesfalse) is no longer
supported. Instead, use the new class option romanappendices if Roman
appendices numbering is desired. Thanks to Leonid Mirkin for reporting
the problem with theorems in appendices and suggesting changes.
10) Improved paper size setting code for pdflatex.
11) Better handling of theorem numbering when using the section counter
within the appendix(cies). Thanks to Leonid Mirkin for suggesting
没有合适的资源?快使用搜索试试~ 我知道了~
IEEEtran 最新LaTeX模板
共50个文件
pdf:9个
tex:9个
bst:5个
2星 需积分: 50 19 下载量 83 浏览量
2016-04-18
15:42:15
上传
评论
收藏 1.87MB ZIP 举报
温馨提示
August 26, 2015 IEEEtran is a LaTeX class for authors of the Institute of Electrical and Electronics Engineers (IEEE) transactions journals and conferences.
资源推荐
资源详情
资源评论
收起资源包目录
IEEEtran.zip (50个子文件)
IEEEtran
bare_jrnl.log 8KB
bare_conf.tex 20KB
bibtex
IEEEfull.bib 24KB
IEEEexample.bib 39KB
IEEEtran.bst 56KB
changelog.txt 9KB
IEEEtranSA.bst 64KB
IEEEtranS.bst 60KB
README 5KB
IEEEtranN.bst 62KB
IEEEabrv.bib 20KB
IEEEtranSN.bst 65KB
IEEEtran_bst_HOWTO.pdf 280KB
bare_jrnl_transmag.log 8KB
IEEEtran_HOWTO.pdf 656KB
bare_adv.tex 38KB
bare_jrnl.pdf 51KB
changelog.txt 35KB
IEEEtran.cls 275KB
tools
IEEEtrantools_doc.txt 13KB
IEEEtrantools.sty 127KB
changelog.txt 5KB
README 4KB
bare_jrnl.synctex.gz 6KB
bare_adv.synctex.gz 6KB
bare_jrnl_transmag.synctex.gz 7KB
bare_adv.pdf 71KB
.DS_Store 8KB
bare_adv.log 10KB
bare_jrnl_transmag.aux 894B
bare_jrnl_transmag.tex 26KB
README 5KB
testflow
testflow_ctl_LTR.ps 150KB
testflow_ctl_A4.ps 150KB
testflow.tex 16KB
testflow_ctl_A4.pdf 73KB
README 3KB
testflow_ctl_LTR.pdf 73KB
testflow_doc.pdf 380KB
bare_jrnl_comsoc.tex 28KB
extras
README 2KB
tux.eps 103KB
tux.pdf 19KB
LaTeX_IEEE.tex 26KB
bare_jrnl_compsoc.tex 30KB
bare_conf_compsoc.tex 21KB
bare_jrnl_transmag.pdf 51KB
bare_jrnl.tex 26KB
bare_adv.aux 880B
bare_jrnl.aux 894B
共 50 条
- 1
资源评论
- 烧技湾2018-11-21这跟在https://ieeeauthorcenter.ieee.org/create-your-ieee-article/use-authoring-tools-and-ieee-article-templates/ieee-article-templates/templates-for-transactions/ 有啥区别吗?还以为有啥不一样呢,略坑!
xlzhang021
- 粉丝: 4
- 资源: 23
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 面向儿童和青少年的编程学习平台-Scratch图形化编程语言
- sm32单片机控制电机旋转
- 基于Delphi的Windows应用开发详细教程
- 【重磅,更新!】全国省级绿色金融指数:原始数据与指标解释(2010-2021)
- 基于python开发的多智能体路径规划+电路规划+源码+项目文档(毕业设计&课程设计&项目开发)
- 第8章 视频流媒体直播实践.docx
- 高等教育类项目课题申报书合集(产学合作协同、教学改革、教学成果奖)【重磅,更新!】
- 用QT写的usb摄像头播放器,可以用于linux平台和Windows平台 因为QT配置不同在不同平台下都可以编译,希望对你有所帮助
- Matlab语言教程:覆盖基础知识至高级应用
- 【重磅,更新!】经济管理类期刊发文指南(含SSCI、C刊、C扩、北核等)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功