1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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.
**********************************************************************
|