diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-18 22:56:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-18 22:56:32 +0000 |
commit | 882c8b0c4af74429ab57ea5aa2c620c76db1bce4 (patch) | |
tree | 3579877dd4998b9901fd24a742d2ee434c99bcfc /Master/texmf-dist/doc/latex/IEEEtran/README | |
parent | ef7bdbe006ddc82d3fdaadc3b96f366063a88901 (diff) |
IEEEtran (18sep14)
git-svn-id: svn://tug.org/texlive/trunk@35194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/IEEEtran/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/IEEEtran/README | 59 |
1 files changed, 22 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/IEEEtran/README b/Master/texmf-dist/doc/latex/IEEEtran/README index 7d388162da3..561a8bedf14 100644 --- a/Master/texmf-dist/doc/latex/IEEEtran/README +++ b/Master/texmf-dist/doc/latex/IEEEtran/README @@ -1,12 +1,12 @@ -December 27, 2012 +September 17, 2014 IEEEtran is a LaTeX class for authors of the Institute of Electrical and Electronics Engineers (IEEE) transactions journals and conferences. The latest version of the IEEEtran package can be found at CTAN: -http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ +http://mirror.ctan.org/macros/latex/contrib/IEEEtran/ as well as within IEEE's site: @@ -18,39 +18,21 @@ website: http://www.michaelshell.org/tex/ieeetran/ -V1.8 is a significant update over the 1.7a release. For a full list of -changes, please read the file changelog.txt. The most notable changes -include: - - - 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) 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. +Version 1.8a has a number of significant changes over the v1.8 release. +For a full list of changes, please read the file changelog.txt. The most +notable changes include: + + + 1) Extensive rework of the compsoc mode to comply with the latest standards + of the IEEE Computer Society. + + 2) Fixed abstract, index terms and diamond line for compsoc technotes. + + 3) New \IEEEraisesectionheading{} command to provide for the special + raised first section heading of Computer Society journal papers. + + 4) Internal code improvements for page setup and command argument + processing. Best wishes for all your publication endeavors, @@ -83,6 +65,9 @@ IEEEtran_HOWTO.pdf - The IEEEtran LaTeX class user manual. bare_conf.tex - A bare bones starter file for conference papers. +bare_conf_compsoc.tex - A bare bones starter file for Computer Society + conference papers. + bare_jrnl.tex - A bare bones starter file for journal papers. bare_jrnl_compsoc.tex - A bare bones starter file for Computer Society @@ -120,6 +105,6 @@ Retain all contribution notices and credits. ** renaming them and changing author support contact information. ** File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex, - bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex, - bare_jrnl_transmag.tex + bare_conf.tex, bare_conf_compsoc.tex, bare_jrnl.tex, + bare_jrnl_compsoc.tex, bare_jrnl_transmag.tex *************************************************************************** |