diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-02 22:56:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-02 22:56:16 +0000 |
commit | f0cc716316bc05b757f8c652feab6205ac11e3f0 (patch) | |
tree | 6df995375b60faef22956479244f2932ebf53b08 /Master/texmf-dist/doc/latex/IEEEtran/README | |
parent | 77180107ed1f272af1f1e2f03469f7dbd996b602 (diff) |
IEEEtran (2jan13)
git-svn-id: svn://tug.org/texlive/trunk@28697 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 | 96 |
1 files changed, 42 insertions, 54 deletions
diff --git a/Master/texmf-dist/doc/latex/IEEEtran/README b/Master/texmf-dist/doc/latex/IEEEtran/README index 05321531534..7d388162da3 100644 --- a/Master/texmf-dist/doc/latex/IEEEtran/README +++ b/Master/texmf-dist/doc/latex/IEEEtran/README @@ -1,11 +1,10 @@ -March 5, 2007 +December 27, 2012 -IEEEtran is the official 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: +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/ @@ -19,54 +18,39 @@ website: http://www.michaelshell.org/tex/ieeetran/ - -Version 1.7a is a bug fix release that corrects the two column peer -review title page problem. This problem was not present in the 1.6 series. - - -V1.7 is a significant update over the 1.6 series with many important -changes. For a full list, please read the file changelog.txt. The most -notable changes include: - - 1. New class option compsoc to support the IEEE Computer Society format. - - 2. 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 - These commands/lengths now require the IEEE prefix and do not have - legacy support: \IEEEnormaljot. - For IED lists: \ifIEEEnocalcleftmargin, \ifIEEEnolabelindentfactor, - \IEEEiedlistdecl, \IEEElabelindentfactor - - 3. New \CLASSINPUT, \CLASSOPTION and \CLASSINFO interface allows for more - user control and conditional compilation. - - 4. Several bug fixes and improved compatibility with other packages. - - -A note to those who create classes derived from IEEEtran.cls: Consider the -use of patch code, either in an example .tex file or as a .sty file, -rather than creating a new class. The IEEEtran.cls CLASSINPUT interface -allows IEEEtran.cls to be fully programmable with respect to document -margins, so there is no need for new class files just for altered margins. -In this way, authors can benefit from updates to IEEEtran.cls and the need -to maintain derivative classes and backport later IEEEtran.cls revisions -thereto is avoided. As always, developers who create classes derived from -IEEEtran.cls should use a different name for the derived class, so that it -cannot be confused with the official/base version here, as well as provide -authors with technical support for the derived class. It is generally a bad -idea to produce a new class that is not going to be maintained. +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. Best wishes for all your publication endeavors, @@ -104,6 +88,9 @@ bare_jrnl.tex - A bare bones starter file for journal papers. bare_jrnl_compsoc.tex - A bare bones starter file for Computer Society journal papers. +bare_jrnl_transmag.tex - A bare bones starter file for IEEE Transactions + on Magnetics journal papers. + bare_adv.tex - A bare bones starter file showing advanced techniques such as conditional compilation, hyperlinks, PDF thumbnails, etc. The illustrated @@ -133,5 +120,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_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex, + bare_jrnl_transmag.tex *************************************************************************** |