summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/aasmacros/mathsec.sty
blob: e526ea517a2a629a242907ab43e47f2e46a4506f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% MATHSEC.STY -- AAS WGAS substyle definition for equations numbered
% according to 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,mathsec]{article}
%
% is specified by the author.

\mathwithsecnums

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