diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-03 00:19:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-03 00:19:12 +0000 |
commit | b66ea5c66b9c6b02df3cbd82a85cd2aa2501dad9 (patch) | |
tree | d2cc242981d74f2d2dfe14b6258279ac7b4b25e5 /Master/texmf-dist/tex | |
parent | 20d68fe66aecde758e45ff238550f92ecff39cac (diff) |
onlyamsmath (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/onlyamsmath/onlyamsmath.sty | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/onlyamsmath/onlyamsmath.sty b/Master/texmf-dist/tex/latex/onlyamsmath/onlyamsmath.sty index adece4e23d6..1dd37ecf289 100644 --- a/Master/texmf-dist/tex/latex/onlyamsmath/onlyamsmath.sty +++ b/Master/texmf-dist/tex/latex/onlyamsmath/onlyamsmath.sty @@ -8,21 +8,17 @@ %% %% onlyamsmath package %% -%% Copyright 2001 Harald Harders +%% Copyright 2001, 2012 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN %% archives in directory macros/latex/base/lppl.txt; either %% version 1 of the License, or any later version. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% -\def\onlyamspackagename{onlyams} -\def\onlyamsversion{0.04} -\def\onlyamsfiledate{2001/10/04} -\def\onlyamsdocdate{2001/10/04} -\ProvidesPackage{onlyamsmath}[\onlyamsfiledate\space -v\onlyamsversion\space destroy the standard math environments] +\ProvidesPackage{onlyamsmath} + [2012/01/01 v0.10 Destroy the standard math environments] \RequirePackage{amsmath} \newif\ifonlyams@eqnarray \DeclareOption{eqnarray}{\onlyams@eqnarraytrue} |