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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
|
README for amsmath 2.15d [2016/06/28]
American Mathematical Society, LaTeX3 Project
Copyright 2001-2004, 2007, 2008, 2010, 2011, 2013 American Mathematical Society.
Copyright 2016 LaTeX3 Project and American Mathematical Society.
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3c
of this license or (at your option) any later version.
The latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of LaTeX
version 2005/12/01 or later.
This work has the LPPL maintenance status `maintained'.
The Current Maintainer of this work is the LaTeX3 Project.
CONTENTS
I. OVERVIEW
II. INSTALLATION AND GETTING STARTED
III. SUBMITTING BUG REPORTS
IV. REMARKS ON THIS RELEASE
V. CHANGE LOG
========================================================================
I. OVERVIEW
The amsmath package is an extension package for LaTeX that provides
additional features to facilitate mathematical typesetting. It has been
developed by the American Mathematical Society and released for general
use as a service to the mathematical community. A number of smaller
auxiliary packages are also distributed with the amsmath package.
========================================================================
II. INSTALLATION AND GETTING STARTED
In order to use amsmath you need to have TeX installed first. TeX is
not an AMS product. For information on getting TeX see one of the
following:
http://www.tug.org/
http://www.ams.org/tex/tex-resources
If you are installing amsmath manually, see install.txt.
The primary documentation for amsmath is in
amsldoc.pdf
Additional documentation files include:
diffs-m.txt
subeqn.pdf
technote.pdf
testmath.pdf
which are included in the collection.
========================================================================
III. SUBMITTING BUG REPORTS
Technical support is available via the addresses listed above. Bug
reports should be submitted using the standard LaTeX bug reporting
system: Execute the command
latex latexbug.tex
and follow the resulting instructions. Select "amslatex" when asked
for a category.
========================================================================
IV. REMARKS ON THIS RELEASE
Version 2.15 adds some compatibility with luatex 0.87 and fixes to
\dots handling.
========================================================================
V. CHANGE LOG (REVERSE CHRONOLOGICAL ORDER)
2016-06-28 amsmath.dtx 2.15d
avoid error on \dots \left ....
2016-05-26 amsmath.dtx 2.15c
ignore spaces at start of \intertext
2016-03-10 amsmath.dtx 2.15b
Preserve box0 in \resetMathstrut@
In xetex, and luatex, add version of \newmcodes@
that works even if - has a \Umathcode definition.
2016-03-03 amsmath.dtx 2.15a
One missing % added to mathstrut handling.
2016-02-20 amsmath.dtx 2.15
Updates for new \mathchardef handling in luatex
Fix for \long macros after \dots
(such as \iff as redefined by this package)
2013-01-14 amsmath.dtx 2.14
* amsmath.sty 2.14
-- Minimal changes to make amsmath compatible with stix.sty.
2000-07-18 amsmath.dtx 2.13
-- After the numbering patches in 2.11, \notag failed in certain
circumstances: introduce some more auxiliary functions to sort
things out, and redefine \nonumber.
2000-06-29 amstext.dtx 2.01
-- Use \f@size instead of \tf@size because they are not
necessarily the same and the former is better for putting a few
words into a display.
2000-06-06 amsmath.dtx 2.12
-- Fix transposed lines in 2.11 patch.
2000-06-02 amsmath.dtx 2.11
* amsmath.sty 2.11
-- Prevent "Arithmetic overflow" error by guarding against
divide-by-zero in \x@calc@shift@lc (align environment).
* amsdtx.dtx
-- Moved to the amscls distribution.
2000-05-25 amsmath.dtx 2.10
-- Clear up error message for \allowdisplaybreaks[0].
-- Make mathdisplay re-entrant by introducing mathdisplay@stack,
to clear up numbering problems in unusual circumstances such as
\[ \] nested inside minipage inside equation.
2000-04-21 amsmath.dtx 2.09
-- Ensure good catcodes for " etc.
2000-03-16 amsmath.dtx 2.08
-- Fixed erroneous tag placement on split with fleqn/tbtags options.
2000-03-15 amsmath.dtx 2.07
-- Add \reset@strutbox@ to deal with the following bug: After
$...\mbox{\Huge $...$}...$, line spacing is wrong in a
following "gather" or other environment that uses \strut@.
-- Patch to fix bug with intlimits option: too much space in the
middle of \iint.
-- Overhaul math accents again to fix a couple of bugs reported by
Thimm.
2000-03-10 amsmath.dtx 2.06
-- Change \MathAccent to \mathaccentV so \DeclareMathAccent won't
give an error when redefining an accent.
2000-01-06 amsmath.dtx 2.05
-- Fixed incorrect placement of fleqn/reqno equation numbers
inside indented lists (displaywidth < columnwidth). Changed the
multline/fleqn/leqno indent to match mathmargin when possible
instead of always just using multlinetaggap.
|