1 2017-09-02 David Carlisle <latex-bugs@latex-project.org>
3 * amsmath.dtx: ensure that overfull alignments give warnings in more cases
4 https://tex.stackexchange.com/questions/141287/addmargin-enumerate-and-align-miss-an-overfull-hbox
6 * amsmath.dtx: move the nulldelimiterspace correction for closing
7 delimiters in \genfrac for extended TeXs to the line before
8 \nulldelimiterspace is locally set to 0pt.
10 2017-04-14 David Carlisle <latex-bugs@latex-project.org>
12 * amscd.dtx: typo fix in ProvidesPackage line.
14 2016-11-05 David Carlisle <latex-bugs@latex-project.org>
16 * alignedleftspace[yes|no|yesifneg] package options
17 * New genfrac implementation for XeTeX and LuaTeX
18 * Delete obsolete install.txt file.
20 2016-06-28 David Carlisle <latex-bugs@latex-project.org>
22 * amsmath.dtx: Add space to prevent runaway argument error with \dots \left...
24 2016-05-26 David Carlisle <latex-bugs@latex-project.org>
26 * amsmath.dtx: ignore spaces at start of \intertext
28 2016-03-10 David Carlisle <latex-bugs@latex-project.org>
30 * amsmath.dtx: Preserve box0 in \resetMathstrut@
32 2016-03-08 David Carlisle <latex-bugs@latex-project.org>
34 * amsopn.dtx: In xetex, and luatex, add version of \newmcodes@
35 that works even if - has a \Umathcode definition.
37 2016-03-03 David Carlisle <latex-bugs@latex-project.org>
39 * amsmath.dtx: missing %
41 2016-02-20 David Carlisle <latex-bugs@latex-project.org>
43 * amsmath.dtx: update to support \Umathchardef and \long macros in \dots.
45 2013-01-14 amsmath.dtx 2.14
48 -- Minimal changes to make amsmath compatible with stix.sty.
50 2000-07-18 amsmath.dtx 2.13
51 -- After the numbering patches in 2.11, \notag failed in certain
52 circumstances: introduce some more auxiliary functions to sort
53 things out, and redefine \nonumber.
55 2000-06-29 amstext.dtx 2.01
56 -- Use \f@size instead of \tf@size because they are not
57 necessarily the same and the former is better for putting a few
60 2000-06-06 amsmath.dtx 2.12
61 -- Fix transposed lines in 2.11 patch.
63 2000-06-02 amsmath.dtx 2.11
66 -- Prevent "Arithmetic overflow" error by guarding against
67 divide-by-zero in \x@calc@shift@lc (align environment).
70 -- Moved to the amscls distribution.
72 2000-05-25 amsmath.dtx 2.10
73 -- Clear up error message for \allowdisplaybreaks[0].
74 -- Make mathdisplay re-entrant by introducing mathdisplay@stack,
75 to clear up numbering problems in unusual circumstances such as
76 \[ \] nested inside minipage inside equation.
78 2000-04-21 amsmath.dtx 2.09
79 -- Ensure good catcodes for " etc.
81 2000-03-16 amsmath.dtx 2.08
82 -- Fixed erroneous tag placement on split with fleqn/tbtags options.
84 2000-03-15 amsmath.dtx 2.07
85 -- Add \reset@strutbox@ to deal with the following bug: After
86 $...\mbox{\Huge $...$}...$, line spacing is wrong in a
87 following "gather" or other environment that uses \strut@.
88 -- Patch to fix bug with intlimits option: too much space in the
90 -- Overhaul math accents again to fix a couple of bugs reported by
93 2000-03-10 amsmath.dtx 2.06
94 -- Change \MathAccent to \mathaccentV so \DeclareMathAccent won't
95 give an error when redefining an accent.
97 2000-01-06 amsmath.dtx 2.05
98 -- Fixed incorrect placement of fleqn/reqno equation numbers
99 inside indented lists (displaywidth < columnwidth). Changed the
100 multline/fleqn/leqno indent to match mathmargin when possible
101 instead of always just using multlinetaggap.