% EQSECNUM.STY -- Substyle definition for equations numbered with
% corresponding section number.

% This is the least intrusive way to implement a substyle layered on top
% the standard LaTeX styles: by creating a foo.sty style that is read when
% the specifies the document substyle foo.  This file is read in when
%
%    \documentstyle[12pt,aasms,eqsecnum]{article}
%
% is specified by the author.

\eqsecnum

% That's all this files does.  It would be more efficient to have "eqsecnum"
% declared as an internal substyle, but that requires modifications in the
% main LaTeX article.sty file.