comparison tools/README @ 0:c0d36568602d

1st commit
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 10 May 2015 22:54:12 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c0d36568602d
1
2 September 17, 2014
3
4
5 The IEEEtrantools.sty package provides several commands from the
6 IEEEtran.cls file so that they can be used under other LaTeX classes. The
7 user guide provided here covers only the differences in the use of the
8 commands from those provided by IEEEtran.cls. For complete documentation
9 on these commands, see the relevant sections in the IEEEtran_HOWTO manual
10 of the IEEEtran LaTeX class, specifically the section covering IEEE-style
11 lists and the Appendix covering the IEEEeqnarray commands.
12
13 The IEEEtrantools.sty package provides the following IEEEtran.cls commands:
14
15 1. \IEEEPARstart which produces large initial "drop cap" letters.
16
17 2. the \bstctlcite command for the control entry types of IEEEtran.bst
18 V1.00 and later
19
20 3. the IEEE itemize, enumerate and description list environments
21
22 4. the complete IEEEeqnarray family for producing multiline equations
23 as well as matrices and tables, including the IEEEeqnarray support
24 commands.
25
26 5. The IEEEproof environment.
27
28 6. \IEEEauthorrefmark{}
29
30 IEEEtrantools.sty is not needed and should not be used with IEEEtran.cls.
31
32 For helpful tips, answers to frequently asked questions and other support,
33 visit the IEEEtrantools support page at my website:
34
35 http://www.michaelshell.org/tex/ieeetran/tools/
36
37
38 Enjoy!
39
40 Michael Shell
41 http://www.michaelshell.org/
42
43
44 *******
45 2014/09/17 V1.4 (V1.8a of IEEEtran.cls) changes:
46
47 1) Internal code improvements for command argument processing and
48 support for future features.
49
50
51 ********************************** Files **********************************
52
53 README - This file.
54
55 IEEEtrantools.sty - The LaTeX package file.
56
57 IEEEtrantools_doc.txt - The user manual - supplementary to the
58 IEEEtran_HOWTO manual.
59
60 changelog.txt - The complete changelog history.
61
62 ***************************************************************************
63 Legal Notice:
64 This code is offered as-is without any warranty either expressed or
65 implied; without even the implied warranty of MERCHANTABILITY or
66 FITNESS FOR A PARTICULAR PURPOSE!
67 User assumes all risk.
68 In no event shall IEEE or any contributor to this code be liable for
69 any damages or losses, including, but not limited to, incidental,
70 consequential, or any other damages, resulting from the use or misuse
71 of any information contained here.
72
73 All comments are the opinions of their respective authors and are not
74 necessarily endorsed by the IEEE.
75
76 This work is distributed under the LaTeX Project Public License (LPPL)
77 ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
78 distributed and modified. A copy of the LPPL, version 1.3, is included
79 in the base LaTeX documentation of all distributions of LaTeX released
80 2003/12/01 or later.
81 Retain all contribution notices and credits.
82 ** Modified files should be clearly indicated as such, including **
83 ** renaming them and changing author support contact information. **
84
85 File list of work: IEEEtrantools.sty, IEEEtrantools_doc.txt, changelog.txt
86 ***************************************************************************
87