diff options
author | Norbert Preining <preining@logic.at> | 2007-01-27 23:57:44 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-01-27 23:57:44 +0000 |
commit | 25a4c5d33bb2156292e5851e366df74413b2d62d (patch) | |
tree | 1e61e75c817f25ddd9022d4c13fda847ab0a6c96 /Master/texmf-dist/tex/latex/ntheorem | |
parent | e279a65b78b7358d895a7ad8491605cfe5fe7a10 (diff) |
ntheorem update from CTAN
git-svn-id: svn://tug.org/texlive/trunk@3824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ntheorem')
-rw-r--r-- | Master/texmf-dist/tex/latex/ntheorem/ntheorem.std | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ntheorem/ntheorem.sty | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/ntheorem/ntheorem.std b/Master/texmf-dist/tex/latex/ntheorem/ntheorem.std index a9f49b0447a..b7b80ad0a0a 100644 --- a/Master/texmf-dist/tex/latex/ntheorem/ntheorem.std +++ b/Master/texmf-dist/tex/latex/ntheorem/ntheorem.std @@ -20,9 +20,9 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -\def\filedate{2004/09/20} -\def\docdate{2004/09/20} -\def\fileversion{1.24} +\def\filedate{2005/07/07} +\def\docdate{2005/07/07} +\def\fileversion{1.25} \def\basename{ntheorem} %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 diff --git a/Master/texmf-dist/tex/latex/ntheorem/ntheorem.sty b/Master/texmf-dist/tex/latex/ntheorem/ntheorem.sty index 5fd38c4b89b..16fcac4dc09 100644 --- a/Master/texmf-dist/tex/latex/ntheorem/ntheorem.sty +++ b/Master/texmf-dist/tex/latex/ntheorem/ntheorem.sty @@ -20,9 +20,9 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -\def\filedate{2004/09/20} -\def\docdate{2004/09/20} -\def\fileversion{1.24} +\def\filedate{2005/07/07} +\def\docdate{2005/07/07} +\def\fileversion{1.25} \def\basename{ntheorem} %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 @@ -719,7 +719,7 @@ \@ifnextchar[{\@othm{#1}}{\@nthm{#1}}}% MUST NOT BE IN ANY IF !!! \gdef\@renewtheorem#1{% \expandafter\@ifundefined{#1}% - {\PackageError{\basename}{Theorem style #1 undefined}\@ehc}% + {\PackageError{\basename}{Theorem keyword #1 undefined}\@ehc}% {}% \expandafter\let\csname #1\endcsname\relax \expandafter\let\csname #1*\endcsname\relax |