diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/IEEEtran/README.tools')
-rw-r--r-- | Master/texmf-dist/doc/latex/IEEEtran/README.tools | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/IEEEtran/README.tools b/Master/texmf-dist/doc/latex/IEEEtran/README.tools new file mode 100644 index 00000000000..88c54a90b0d --- /dev/null +++ b/Master/texmf-dist/doc/latex/IEEEtran/README.tools @@ -0,0 +1,69 @@ + +December 10, 2002 + +The IEEEtrantools.sty package provides several commands from the IEEEtran.cls +file so that they can be used under other LaTeX classes. The user guide +provided here covers only the differences in the use of the commands from +those provided by IEEEtran.cls. For complete documentation on these commands, +see the relevant sections in the IEEEtran_HOWTO manual of the IEEEtran LaTeX +class. + +The IEEEtrantools.sty package provides the following IEEEtran.cls commands: + + 1. \PARstart which produces large initial "drop cap" letters. + 2. the \bstctlcite command for the control entry types of IEEEtran.bst + V1.00 and later + 3. the IEEE itemize, enumerate and description list environments + 4. the complete IEEEeqnarray family for producing multiline equations + as well as matrices and tables, including the IEEEeqnarray support + commands. + +IEEEtrantools.sty should not be used with IEEEtran.cls. + + +Michael Shell +mshell@ece.gatech.edu + + +******* +Version 1.1 (2002/11/18) changes: + + 1) In addition to the IEEE IED lists, the original LaTeX IED style lists + environments are now preserved as LaTeXitemize, LaTeXenumerate, and + LaTeXdescription. Also, users can now redefine \makelabel within + IEEE IED list controls. + + +********************* Files ********************** + +README - This file. + +IEEEtrantools.sty - The LaTeX package file. + +IEEEtrantools_doc.txt - The user manual - supplementary to the + IEEEtran_HOWTO manual. + + + + +********************************************************************** + Legal Notice: + This code and advice is offered as-is without any warranty either + expressed or implied; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE! + User assumes all risk. + In no event shall IEEE or any contributor to this code + be liable for any damages or losses, including, but not limited to, + incidental, consequential, or any other damages, resulting from the + use or misuse of any information contained here. + + All statements made here are the opinions of their respective + authors and are not necessarily endorsed by the IEEE. + + This code/text is distributed under the Perl Artistic License + ( http://language.perl.com/misc/Artistic.html ) + and may be freely used, distributed and modified. + Retain all contribution notices and credits. +********************************************************************** + + |