summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siam/numinsec.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/siam/numinsec.sty')
-rw-r--r--Master/texmf-dist/tex/latex/siam/numinsec.sty18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/siam/numinsec.sty b/Master/texmf-dist/tex/latex/siam/numinsec.sty
deleted file mode 100644
index b39729eb345..00000000000
--- a/Master/texmf-dist/tex/latex/siam/numinsec.sty
+++ /dev/null
@@ -1,18 +0,0 @@
-% ====================== NUMINSEC.STY ============================ %
-% SIAM Style option to get numbering of equations, figures, tables within
-%sections
-
-\@addtoreset{equation}{section} % Makes \section reset 'equation' counter.
-\def\theequation{\thesection.\arabic{equation}}
-
-\@addtoreset{theorem}{section}
-\def\thetheorem{\thesection.\@arabic\c@theorem}
-\def\thelemma{\thesection.\@arabic\c@theorem}
-\def\thecorollary{\thecorollary.\@arabic\c@theorem}
-\def\theproposition{\theproposition.\@arabic\c@theorem}
-
-\@addtoreset{figure}{section}
-\def\thefigure{\thesection.\@arabic\c@figure}
-
-\@addtoreset{table}{section}
-\def\thetable{\thesection.\@arabic\c@table}