You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amsmath uses definitions of the support package amsgen such as \@xp and many others, but it only includes amsgen indirectly through amstext, amsopn and amsbsy. In practice, this causes no problems, but it makes the code less transparent. In fact, amsmath would continue to compile and work fine without these packages, but not without amsgen. For what it's worth, I'd suggest to explicitly require amsgen before the other three packages:
amsmath
uses definitions of the support packageamsgen
such as\@xp
and many others, but it only includesamsgen
indirectly throughamstext
,amsopn
andamsbsy
. In practice, this causes no problems, but it makes the code less transparent. In fact,amsmath
would continue to compile and work fine without these packages, but not withoutamsgen
. For what it's worth, I'd suggest to explicitly requireamsgen
before the other three packages:latex2e/required/amsmath/amsmath.dtx
Line 349 in 0e10f72
The text was updated successfully, but these errors were encountered: