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
彬-
- 粉丝: 11
- 资源: 6
最新资源
- ORACLE数据库管理系统体系结构中文WORD版最新版本
- Sybase数据库安装以及新建数据库中文WORD版最新版本
- tomcat6.0配置oracle数据库连接池中文WORD版最新版本
- hibernate连接oracle数据库中文WORD版最新版本
- MyEclipse连接MySQL的方法中文WORD版最新版本
- MyEclipse中配置Hibernate连接Oracle中文WORD版最新版本
- MyEclipseTomcatMySQL的环境搭建中文WORD版3.37MB最新版本
- hggm - 国密算法 SM2 SM3 SM4 SM9 ZUC Python实现完整代码-算法实现资源
- SQLITE操作入门中文WORD版最新版本
- Sqlite操作实例中文WORD版最新版本
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈