comparison tools/changelog.txt @ 0:8319d82cab07

add files
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 28 Feb 2016 21:41:40 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8319d82cab07
1
2
3 Changelog history of the IEEEtrantools.sty LaTeX package.
4 2014/09/17
5 by Michael Shell (MDS)
6 http://www.michaelshell.org/
7
8
9
10 2014/09/17 V1.4 (V1.8a of IEEEtran.cls) changes:
11
12 1) Internal code improvements for command argument processing and
13 support for future features.
14
15
16 *******
17 12/2012 V1.3 (V1.8 of IEEEtran.cls) changes:
18
19 1) No longer redefines the standard LaTeX itemize, enumerate and
20 description (IED) lists by default. (e.g., the older package option
21 "retainorgcmds" is now the default behavior.) A new package option,
22 "redeflists", can be invoked to redefine the standard IED list
23 environments to their IEEE versions. IEEEitemize, IEEEenumerate and
24 IEEEdescription remain available in any case. The redeflists option
25 may not be compatible with other packages that alter the standard
26 IED list environments.
27
28 2) Added new *-forms of \IEEEyesnumber*, \IEEEnonumber*, \IEEEyessubnumber*,
29 and \IEEEnosubnumber* (the non-star form of the latter is also new) which
30 persist across IEEEeqnarray lines until countermanded. To provide for
31 continued subequations across instances of IEEEeqnarrays as well as for
32 subequations that follow a main equation (e.g., 14, 14a, 14b ...)
33 \IEEEyessubnumber no longer automatically increments the equation number
34 on it's first invocation of a subequation group. Invoke both
35 \IEEEyesnumber\IEEEyessubnumber together to start a new
36 equation/subequation group.
37
38 3) Hyperref links now work with IEEEeqnarray equations.
39 Thanks to Stefan M. Moser for reporting this problem.
40
41 4) Now provides the IEEEproof environment, as well as the
42 \IEEEQEDhere, \IEEEQEDhereeqn and \IEEEQEDoff commands.
43 Also, \IEEEproofindentspace allows users to change the
44 IEEEproof indentation via \renewcommand.
45 Thanks to Mark D. Butala, Hennadiy Leontyev and Stefan M. Moser
46 for suggesting this. Special thanks to Stefan M. Moser for beta
47 testing and additional suggestions which improved IEEEproof.
48
49 5) Revised \IEEEeqnarraymulticol{} to allow inner alignments without
50 requiring extra containing braces to prevent an incomplete \ifx error.
51 Thanks to Stefan M. Moser and Auke van der Valk for reporting this
52 problem.
53
54 6) Added \IEEEauthorrefmark.
55
56 7) Removed support for legacy IED list commands.
57 IEEEtrantools no longer defines or references \labelindent so as to
58 avoid namespace problems with list packages that define it.
59 Thanks to Sven Köhler for reporting the problem with enumitem.sty.
60
61
62 *******
63 1/2007 V1.2 (V1.7 of IEEEtran.cls) changes:
64
65 1) Several commands and environments have depreciated in favor of
66 replacements with IEEE prefixes to better avoid potential future name
67 clashes with other packages. Legacy code retained to allow
68 use of the obsolete forms, but with an warning message to the
69 console during compilation:
70 \IEEEPARstart
71 For IED lists:
72 \IEEEiedlabeljustifyc, \IEEEiedlabeljustifyl, \IEEEiedlabeljustifyr,
73 \IEEEnocalcleftmargin, \IEEElabelindent, \IEEEsetlabelwidth,
74 \IEEEusemathlabelsep
75
76 2) These commands/lengths now require the IEEE prefix and do not have
77 legacy support: \IEEEnormaljot.
78 For IED lists: \ifIEEEnocalcleftmargin, \ifIEEEnolabelindentfactor,
79 \IEEEiedlistdecl, \IEEElabelindentfactor
80
81 3) \normalsizebaselineskip no longer provided.
82
83 4) New \IEEEPARstart controls:
84 \IEEEPARstartHEIGHTTEXT, \IEEEPARstartFONTSTYLE, \IEEEPARstartCAPSTYLE,
85 \IEEEPARstartWORDFONTSTYLE, \IEEEPARstartWORDCAPSTYLE,
86 \IEEEPARstartHOFFSET, \IEEEPARstartITLCORRECT
87 and the (output) length \IEEEPARstartletwidth.
88
89 5) Provide for an optional argument to \bstctlcite to provide a way to
90 specify a different aux file.
91
92
93 *******
94 11/2002 V1.1 (V1.6b of IEEEtran.cls) changes:
95
96 1) In addition to the IEEE IED lists, the original LaTeX IED style list
97 environments are now preserved as LaTeXitemize, LaTeXenumerate, and
98 LaTeXdescription. Also, users can now redefine \makelabel within
99 IEEE IED list controls. There may be some use for these in specialized
100 applications. Thanks to Eli Barzilay for suggesting this feature.
101
102
103 *******
104