summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/aasmacros/mathsec.sty
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex209/contrib/aasmacros/mathsec.sty')
-rw-r--r--obsolete/macros/latex209/contrib/aasmacros/mathsec.sty16
1 files changed, 16 insertions, 0 deletions
diff --git a/obsolete/macros/latex209/contrib/aasmacros/mathsec.sty b/obsolete/macros/latex209/contrib/aasmacros/mathsec.sty
new file mode 100644
index 0000000000..e526ea517a
--- /dev/null
+++ b/obsolete/macros/latex209/contrib/aasmacros/mathsec.sty
@@ -0,0 +1,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.